#A19642

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

Shades of Highball #A19642

Tints of Highball #A19642

Color information

#A19642 (or 0xA19642) is unknown color: approx Highball. HEX triplet: A1, 96 and 42. RGB value is (161,150,66). Sum of RGB (Red+Green+Blue) = 161+150+66=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A19642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A19642 is #5E69BD. Grayscale: #909090. Windows color (decimal): -6187454 or 4363937. OLE color: 4363937.

HSL color Cylindrical-coordinate representation of color #A19642: hue angle of 53.05º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A19642 is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB16115066-
CMYK00.070.590.37
HSL53.05º41.85%44.51%-
HSV(B)53.05º59.01%63.14%-
XYZ26.5929.789.5-
YUV143.7184.14140.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.71%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 66 (26.17% from 255) = 17.51%
R=42.71%
G=39.79%
B=17.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611506600.070.590.3753.0541.8544.51
HexA19642073B25352a2d
Octal241226102077345655255
Binary101000011001011010000100111111011100101110101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19642; }

 p { color: rgb(161,150,66); }

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

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

 a { background-color: rgb(161,150,66); }

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

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

 span { border-color: rgb(161,150,66); }

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