#A09251

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

Shades of Husk #A09251

Tints of Husk #A09251

Color information

#A09251 (or 0xA09251) is unknown color: approx Husk. HEX triplet: A0, 92 and 51. RGB value is (160,146,81). Sum of RGB (Red+Green+Blue) = 160+146+81=387 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.34% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 160 - color contains mainly: red. Hex color #A09251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09251 is #5F6DAE. Grayscale: #8F8F8F. Windows color (decimal): -6253999 or 5345952. OLE color: 5345952.

HSL color Cylindrical-coordinate representation of color #A09251: hue angle of 49.37º degrees, saturation: 0.33, 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 #A09251 is Cyan = 0, Magento = 0.09, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB16014681-
CMYK00.090.490.37
HSL49.37º32.78%47.25%-
HSV(B)49.37º49.38%62.75%-
XYZ26.2628.6311.93-
YUV142.7893.14140.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.34%
GREEN value IS 146 (57.42% from 255) = 37.73%
BLUE value IS 81 (32.03% from 255) = 20.93%
R=41.34%
G=37.73%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601468100.090.490.3749.3732.7847.25
HexA0925109312531212f
Octal2402221210116145614157
Binary1010000010010010101000101001110001100101110001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09251; }

 p { color: rgb(160,146,81); }

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

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

 a { background-color: rgb(160,146,81); }

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

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

 span { border-color: rgb(160,146,81); }

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