#A09250

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

Shades of Husk #A09250

Tints of Husk #A09250

Color information

#A09250 (or 0xA09250) is unknown color: approx Husk. HEX triplet: A0, 92 and 50. RGB value is (160,146,80). Sum of RGB (Red+Green+Blue) = 160+146+80=386 (51% of max value = 765). Red value is 160 (62.89% from 255 or 41.45% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 160 - color contains mainly: red. Hex color #A09250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09250 is #5F6DAF. Grayscale: #8E8E8E. Windows color (decimal): -6254000 or 5280416. OLE color: 5280416.

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

Color convert

RGB16014680-
CMYK00.090.50.37
HSL49.5º33.33%47.06%-
HSV(B)49.5º50%62.75%-
XYZ26.2228.6111.73-
YUV142.6692.64140.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 41.45%
GREEN value IS 146 (57.42% from 255) = 37.82%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=41.45%
G=37.82%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.5
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601468000.090.50.3749.533.3347.06
HexA0925009322532212f
Octal2402221200116245624157
Binary1010000010010010101000001001110010100101110010100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09250; }

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

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

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

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

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

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

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

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