#A09540

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

Shades of Highball #A09540

Tints of Highball #A09540

Color information

#A09540 (or 0xA09540) is unknown color: approx Highball. HEX triplet: A0, 95 and 40. RGB value is (160,149,64). Sum of RGB (Red+Green+Blue) = 160+149+64=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 160 - color contains mainly: red. Hex color #A09540 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09540 is #5F6ABF. Grayscale: #8E8E8E. Windows color (decimal): -6253248 or 4232608. OLE color: 4232608.

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

Color convert

RGB16014964-
CMYK00.070.60.37
HSL53.12º42.86%43.92%-
HSV(B)53.12º60%62.75%-
XYZ26.1729.349.13-
YUV142.683.64140.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.90%
GREEN value IS 149 (58.59% from 255) = 39.95%
BLUE value IS 64 (25.39% from 255) = 17.16%
R=42.90%
G=39.95%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.6
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601496400.070.60.3753.1242.8643.92
HexA09540073C25352b2c
Octal240225100077445655354
Binary101000001001010110000000111111100100101110101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09540; }

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

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

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

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

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

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

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

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