#A09B31

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

Shades of Highball #A09B31

Tints of Highball #A09B31

Color information

#A09B31 (or 0xA09B31) is unknown color: approx Highball. HEX triplet: A0, 9B and 31. RGB value is (160,155,49). Sum of RGB (Red+Green+Blue) = 160+155+49=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09B31 is #5F64CE. Grayscale: #909090. Windows color (decimal): -6251727 or 3251104. OLE color: 3251104.

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

Color convert

RGB16015549-
CMYK00.030.690.37
HSL57.3º53.11%40.98%-
HSV(B)57.3º69.38%62.75%-
XYZ26.7731.147.5-
YUV144.4174.16139.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 49 (19.53% from 255) = 13.46%
R=43.96%
G=42.58%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601554900.030.690.3757.353.1140.98
HexA09B31034525393529
Octal240233610310545716551
Binary10100000100110111100010111000101100101111001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09B31; }

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

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

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

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

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

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

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

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