#A09C42

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

Shades of Highball #A09C42

Tints of Highball #A09C42

Color information

#A09C42 (or 0xA09C42) is unknown color: approx Highball. HEX triplet: A0, 9C and 42. RGB value is (160,156,66). Sum of RGB (Red+Green+Blue) = 160+156+66=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 156 (61.33% from 255 or 40.84% from 382); Blue value is 66 (26.17% from 255 or 17.28% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C42 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09C42 is #5F63BD. Grayscale: #939393. Windows color (decimal): -6251454 or 4365472. OLE color: 4365472.

HSL color Cylindrical-coordinate representation of color #A09C42: hue angle of 57.45º 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 #A09C42 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB16015666-
CMYK00.020.590.37
HSL57.45º41.59%44.31%-
HSV(B)57.45º58.75%62.75%-
XYZ27.3731.649.82-
YUV146.9482.33137.32-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.88%
GREEN value IS 156 (61.33% from 255) = 40.84%
BLUE value IS 66 (26.17% from 255) = 17.28%
R=41.88%
G=40.84%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601566600.020.590.3757.4541.5944.31
HexA09C42023B25392a2c
Octal240234102027345715254
Binary10100000100111001000010010111011100101111001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09C42; }

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

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

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

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

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

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

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

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