#A09854

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

Shades of Husk #A09854

Tints of Husk #A09854

Color information

#A09854 (or 0xA09854) is unknown color: approx Husk. HEX triplet: A0, 98 and 54. RGB value is (160,152,84). Sum of RGB (Red+Green+Blue) = 160+152+84=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 152 (59.77% from 255 or 38.38% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A09854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09854 is #5F67AB. Grayscale: #929292. Windows color (decimal): -6252460 or 5544096. OLE color: 5544096.

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

Color convert

RGB16015284-
CMYK00.050.480.37
HSL53.68º31.15%47.84%-
HSV(B)53.68º47.5%62.75%-
XYZ27.3330.5712.85-
YUV146.6492.65137.53-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.40%
GREEN value IS 152 (59.77% from 255) = 38.38%
BLUE value IS 84 (33.20% from 255) = 21.21%
R=40.40%
G=38.38%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601528400.050.480.3753.6831.1547.84
HexA09854053025361f30
Octal240230124056045663760
Binary10100000100110001010100010111000010010111011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09854; }

 p { color: rgb(160,152,84); }

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

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

 a { background-color: rgb(160,152,84); }

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

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

 span { border-color: rgb(160,152,84); }

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