#A29854

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

Shades of Husk #A29854

Tints of Husk #A29854

Color information

#A29854 (or 0xA29854) is unknown color: approx Husk. HEX triplet: A2, 98 and 54. RGB value is (162,152,84). Sum of RGB (Red+Green+Blue) = 162+152+84=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A29854 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29854 is #5D67AB. Grayscale: #939393. Windows color (decimal): -6121388 or 5544098. OLE color: 5544098.

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

Color convert

RGB16215284-
CMYK00.060.480.36
HSL52.31º31.71%48.24%-
HSV(B)52.31º48.15%63.53%-
XYZ27.7330.7812.87-
YUV147.2492.31138.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.70%
GREEN value IS 152 (59.77% from 255) = 38.19%
BLUE value IS 84 (33.20% from 255) = 21.11%
R=40.70%
G=38.19%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621528400.060.480.3652.3131.7148.24
HexA29854063024342030
Octal242230124066044644060
Binary101000101001100010101000110110000100100110100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29854; }

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

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

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

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

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

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

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

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