#A09837

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

Shades of Highball #A09837

Tints of Highball #A09837

Color information

#A09837 (or 0xA09837) is unknown color: approx Highball. HEX triplet: A0, 98 and 37. RGB value is (160,152,55). Sum of RGB (Red+Green+Blue) = 160+152+55=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 55 (21.88% from 255 or 14.99% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A09837 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09837 is #5F67C8. Grayscale: #8F8F8F. Windows color (decimal): -6252489 or 3643552. OLE color: 3643552.

HSL color Cylindrical-coordinate representation of color #A09837: hue angle of 55.43º degrees, saturation: 0.49, 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 #A09837 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB16015255-
CMYK00.050.660.37
HSL55.43º48.84%42.16%-
HSV(B)55.43º65.62%62.75%-
XYZ26.4230.218.05-
YUV143.3378.15139.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 55 (21.88% from 255) = 14.99%
R=43.60%
G=41.42%
B=14.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601525500.050.660.3755.4348.8442.16
HexA0983705422537312a
Octal240230670510245676152
Binary101000001001100011011101011000010100101110111110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09837

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09837; }

 p { color: rgb(160,152,55); }

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

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

 a { background-color: rgb(160,152,55); }

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

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

 span { border-color: rgb(160,152,55); }

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