#A09C31

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

Shades of Highball #A09C31

Tints of Highball #A09C31

Color information

#A09C31 (or 0xA09C31) is unknown color: approx Highball. HEX triplet: A0, 9C and 31. RGB value is (160,156,49). Sum of RGB (Red+Green+Blue) = 160+156+49=365 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.84% from 365); Green value is 156 (61.33% from 255 or 42.74% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09C31 is #5F63CE. Grayscale: #919191. Windows color (decimal): -6251471 or 3251360. OLE color: 3251360.

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

Color convert

RGB16015649-
CMYK00.020.690.37
HSL57.84º53.11%40.98%-
HSV(B)57.84º69.38%62.75%-
XYZ26.9431.477.56-
YUV14573.83138.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.84%
GREEN value IS 156 (61.33% from 255) = 42.74%
BLUE value IS 49 (19.53% from 255) = 13.42%
R=43.84%
G=42.74%
B=13.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601564900.020.690.3757.8453.1140.98
HexA09C310245253a3529
Octal240234610210545726551
Binary10100000100111001100010101000101100101111010110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09C31; }

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

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

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

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

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

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

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

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