#A09C35

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

Shades of Highball #A09C35

Tints of Highball #A09C35

Color information

#A09C35 (or 0xA09C35) is unknown color: approx Highball. HEX triplet: A0, 9C and 35. RGB value is (160,156,53). Sum of RGB (Red+Green+Blue) = 160+156+53=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 53 (21.09% from 255 or 14.36% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09C35 is #5F63CA. Grayscale: #919191. Windows color (decimal): -6251467 or 3513504. OLE color: 3513504.

HSL color Cylindrical-coordinate representation of color #A09C35: hue angle of 57.76º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A09C35 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.37.

Color convert

RGB16015653-
CMYK00.020.670.37
HSL57.76º50.23%41.76%-
HSV(B)57.76º66.87%62.75%-
XYZ27.0331.518.03-
YUV145.4575.83138.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.36%
GREEN value IS 156 (61.33% from 255) = 42.28%
BLUE value IS 53 (21.09% from 255) = 14.36%
R=43.36%
G=42.28%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601565300.020.670.3757.7650.2341.76
HexA09C350243253a322a
Octal240234650210345726252
Binary10100000100111001101010101000011100101111010110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09C35; }

 p { color: rgb(160,156,53); }

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

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

 a { background-color: rgb(160,156,53); }

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

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

 span { border-color: rgb(160,156,53); }

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