#A09A31

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

Shades of Highball #A09A31

Tints of Highball #A09A31

Color information

#A09A31 (or 0xA09A31) is unknown color: approx Highball. HEX triplet: A0, 9A and 31. RGB value is (160,154,49). Sum of RGB (Red+Green+Blue) = 160+154+49=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09A31 is #5F65CE. Grayscale: #909090. Windows color (decimal): -6251983 or 3250848. OLE color: 3250848.

HSL color Cylindrical-coordinate representation of color #A09A31: hue angle of 56.76º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A09A31 is Cyan = 0, Magento = 0.04, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB16015449-
CMYK00.040.690.37
HSL56.76º53.11%40.98%-
HSV(B)56.76º69.38%62.75%-
XYZ26.6130.817.45-
YUV143.8274.49139.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 49 (19.53% from 255) = 13.50%
R=44.08%
G=42.42%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601544900.040.690.3756.7653.1140.98
HexA09A31044525393529
Octal240232610410545716551
Binary101000001001101011000101001000101100101111001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09A31; }

 p { color: rgb(160,154,49); }

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

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

 a { background-color: rgb(160,154,49); }

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

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

 span { border-color: rgb(160,154,49); }

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