#A09452

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

Shades of Husk #A09452

Tints of Husk #A09452

Color information

#A09452 (or 0xA09452) is unknown color: approx Husk. HEX triplet: A0, 94 and 52. RGB value is (160,148,82). Sum of RGB (Red+Green+Blue) = 160+148+82=390 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.03% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 82 (32.42% from 255 or 21.03% from 390); Max value from RGB is 160 - color contains mainly: red. Hex color #A09452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09452 is #5F6BAD. Grayscale: #909090. Windows color (decimal): -6253486 or 5412000. OLE color: 5412000.

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

Color convert

RGB16014882-
CMYK00.070.490.37
HSL50.77º32.23%47.45%-
HSV(B)50.77º48.75%62.75%-
XYZ26.6129.2612.23-
YUV144.0692.98139.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.03%
GREEN value IS 148 (58.20% from 255) = 37.95%
BLUE value IS 82 (32.42% from 255) = 21.03%
R=41.03%
G=37.95%
B=21.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601488200.070.490.3750.7732.2347.45
HexA0945207312533202f
Octal240224122076145634057
Binary101000001001010010100100111110001100101110011100000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09452; }

 p { color: rgb(160,148,82); }

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

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

 a { background-color: rgb(160,148,82); }

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

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

 span { border-color: rgb(160,148,82); }

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