#A09D39

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

Shades of Highball #A09D39

Tints of Highball #A09D39

Color information

#A09D39 (or 0xA09D39) is unknown color: approx Highball. HEX triplet: A0, 9D and 39. RGB value is (160,157,57). Sum of RGB (Red+Green+Blue) = 160+157+57=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 157 (61.72% from 255 or 41.98% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D39 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09D39 is #5F62C6. Grayscale: #929292. Windows color (decimal): -6251207 or 3775904. OLE color: 3775904.

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

Color convert

RGB16015757-
CMYK00.020.640.37
HSL58.25º47.47%42.55%-
HSV(B)58.25º64.38%62.75%-
XYZ27.2931.888.59-
YUV146.577.49137.63-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.78%
GREEN value IS 157 (61.72% from 255) = 41.98%
BLUE value IS 57 (22.66% from 255) = 15.24%
R=42.78%
G=41.98%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.64
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601575700.020.640.3758.2547.4742.55
HexA09D390240253a2f2b
Octal240235710210045725753
Binary10100000100111011110010101000000100101111010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09D39; }

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

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

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

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

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

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

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

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