#A09939

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

Shades of Highball #A09939

Tints of Highball #A09939

Color information

#A09939 (or 0xA09939) is unknown color: approx Highball. HEX triplet: A0, 99 and 39. RGB value is (160,153,57). Sum of RGB (Red+Green+Blue) = 160+153+57=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 57 (22.66% from 255 or 15.41% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A09939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09939 is #5F66C6. Grayscale: #909090. Windows color (decimal): -6252231 or 3774880. OLE color: 3774880.

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

Color convert

RGB16015357-
CMYK00.040.640.37
HSL55.92º47.47%42.55%-
HSV(B)55.92º64.38%62.75%-
XYZ26.6330.558.36-
YUV144.1578.82139.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.24%
GREEN value IS 153 (60.16% from 255) = 41.35%
BLUE value IS 57 (22.66% from 255) = 15.41%
R=43.24%
G=41.35%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601535700.040.640.3755.9247.4742.55
HexA09939044025382f2b
Octal240231710410045705753
Binary101000001001100111100101001000000100101111000101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09939; }

 p { color: rgb(160,153,57); }

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

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

 a { background-color: rgb(160,153,57); }

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

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

 span { border-color: rgb(160,153,57); }

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