#A09D36

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

Shades of Highball #A09D36

Tints of Highball #A09D36

Color information

#A09D36 (or 0xA09D36) is unknown color: approx Highball. HEX triplet: A0, 9D and 36. RGB value is (160,157,54). Sum of RGB (Red+Green+Blue) = 160+157+54=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 157 (61.72% from 255 or 42.32% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09D36 is #5F62C9. Grayscale: #929292. Windows color (decimal): -6251210 or 3579296. OLE color: 3579296.

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

Color convert

RGB16015754-
CMYK00.020.660.37
HSL58.3º49.53%41.96%-
HSV(B)58.3º66.25%62.75%-
XYZ27.2231.858.2-
YUV146.1675.99137.88-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 157 (61.72% from 255) = 42.32%
BLUE value IS 54 (21.48% from 255) = 14.56%
R=43.13%
G=42.32%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601575400.020.660.3758.349.5341.96
HexA09D360242253a322a
Octal240235660210245726252
Binary10100000100111011101100101000010100101111010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09D36; }

 p { color: rgb(160,157,54); }

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

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

 a { background-color: rgb(160,157,54); }

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

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

 span { border-color: rgb(160,157,54); }

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