#A19D40

Color #A19D40 Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #A19D40

Tints of Highball #A19D40

Color information

#A19D40 (or 0xA19D40) is unknown color: approx Highball. HEX triplet: A1, 9D and 40. RGB value is (161,157,64). Sum of RGB (Red+Green+Blue) = 161+157+64=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 64 (25.39% from 255 or 16.75% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A19D40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19D40 is #5E62BF. Grayscale: #939393. Windows color (decimal): -6185664 or 4234657. OLE color: 4234657.

HSL color Cylindrical-coordinate representation of color #A19D40: hue angle of 57.53º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A19D40 is Cyan = 0, Magento = 0.02, Yellow = 0.60 and Black (K on CMYK) = 0.37.

Color convert

RGB16115764-
CMYK00.020.600.37
HSL57.53º43.11%44.12%-
HSV(B)57.53º60.25%63.14%-
XYZ27.6832.069.58-
YUV147.5980.83137.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 42.15%
GREEN value IS 157 (61.72% from 255) = 41.10%
BLUE value IS 64 (25.39% from 255) = 16.75%
R=42.15%
G=41.10%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.60
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611576400.020.600.3757.5343.1144.12
HexA19D40023C253a2b2c
Octal241235100027445725354
Binary10100001100111011000000010111100100101111010101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19D40; }

 p { color: rgb(161,157,64); }

 H1.HeaderClassName
 {
   color: #A19D40;
 }
 .AnyTagClassName
 {
   color: #A19D40;
 }
</style>
background-color css

<style>
 a { background-color: #A19D40; }

 a { background-color: rgb(161,157,64); }

 div.DivClassName
 {
   background-color: #A19D40;
 }
 .BgClassName
 {
   background-color: #A19D40;
 }
</style>
border-color css

<style>
 span { border-color: #A19D40; }

 span { border-color: rgb(161,157,64); }

 td.TdClassName
 {
   border-color: #A19D40;
 }
 .TagClassName
 {
   border-color: #A19D40;
 }
</style>