#A09642

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

Shades of Highball #A09642

Tints of Highball #A09642

Color information

#A09642 (or 0xA09642) is unknown color: approx Highball. HEX triplet: A0, 96 and 42. RGB value is (160,150,66). Sum of RGB (Red+Green+Blue) = 160+150+66=376 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.55% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 160 - color contains mainly: red. Hex color #A09642 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09642 is #5F69BD. Grayscale: #8F8F8F. Windows color (decimal): -6252990 or 4363936. OLE color: 4363936.

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

Color convert

RGB16015066-
CMYK00.060.590.37
HSL53.62º41.59%44.31%-
HSV(B)53.62º58.75%62.75%-
XYZ26.3929.689.49-
YUV143.4184.31139.83-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.55%
GREEN value IS 150 (58.98% from 255) = 39.89%
BLUE value IS 66 (26.17% from 255) = 17.55%
R=42.55%
G=39.89%
B=17.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601506600.060.590.3753.6241.5944.31
HexA09642063B25362a2c
Octal240226102067345665254
Binary101000001001011010000100110111011100101110110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09642; }

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

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

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

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

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

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

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

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