#A09740

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

Shades of Highball #A09740

Tints of Highball #A09740

Color information

#A09740 (or 0xA09740) is unknown color: approx Highball. HEX triplet: A0, 97 and 40. RGB value is (160,151,64). Sum of RGB (Red+Green+Blue) = 160+151+64=375 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.67% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 64 (25.39% from 255 or 17.07% from 375); Max value from RGB is 160 - color contains mainly: red. Hex color #A09740 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09740 is #5F68BF. Grayscale: #909090. Windows color (decimal): -6252736 or 4233120. OLE color: 4233120.

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

Color convert

RGB16015164-
CMYK00.060.60.37
HSL54.38º42.86%43.92%-
HSV(B)54.38º60%62.75%-
XYZ26.4929.989.24-
YUV143.7782.98139.57-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.67%
GREEN value IS 151 (59.38% from 255) = 40.27%
BLUE value IS 64 (25.39% from 255) = 17.07%
R=42.67%
G=40.27%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601516400.060.60.3754.3842.8643.92
HexA09740063C25362b2c
Octal240227100067445665354
Binary101000001001011110000000110111100100101110110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09740; }

 p { color: rgb(160,151,64); }

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

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

 a { background-color: rgb(160,151,64); }

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

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

 span { border-color: rgb(160,151,64); }

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