#A09C53

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

Shades of Husk #A09C53

Tints of Husk #A09C53

Color information

#A09C53 (or 0xA09C53) is unknown color: approx Husk. HEX triplet: A0, 9C and 53. RGB value is (160,156,83). Sum of RGB (Red+Green+Blue) = 160+156+83=399 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.10% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 83 (32.81% from 255 or 20.80% from 399); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C53 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C53 is #5F63AC. Grayscale: #959595. Windows color (decimal): -6251437 or 5479584. OLE color: 5479584.

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

Color convert

RGB16015683-
CMYK00.020.480.37
HSL56.88º31.69%47.65%-
HSV(B)56.88º48.12%62.75%-
XYZ27.9531.8812.86-
YUV148.8790.83135.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.10%
GREEN value IS 156 (61.33% from 255) = 39.10%
BLUE value IS 83 (32.81% from 255) = 20.80%
R=40.10%
G=39.10%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601568300.020.480.3756.8831.6947.65
HexA09C53023025392030
Octal240234123026045714060
Binary10100000100111001010011010110000100101111001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09C53; }

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

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

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

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

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

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

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

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