#A29454

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

Shades of Husk #A29454

Tints of Husk #A29454

Color information

#A29454 (or 0xA29454) is unknown color: approx Husk. HEX triplet: A2, 94 and 54. RGB value is (162,148,84). Sum of RGB (Red+Green+Blue) = 162+148+84=394 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.12% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 84 (33.20% from 255 or 21.32% from 394); Max value from RGB is 162 - color contains mainly: red. Hex color #A29454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29454 is #5D6BAB. Grayscale: #919191. Windows color (decimal): -6122412 or 5543074. OLE color: 5543074.

HSL color Cylindrical-coordinate representation of color #A29454: hue angle of 49.23º 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 #A29454 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.36.

Color convert

RGB16214884-
CMYK00.090.480.36
HSL49.23º31.71%48.24%-
HSV(B)49.23º48.15%63.53%-
XYZ27.0929.512.65-
YUV144.8993.64140.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.12%
GREEN value IS 148 (58.20% from 255) = 37.56%
BLUE value IS 84 (33.20% from 255) = 21.32%
R=41.12%
G=37.56%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621488400.090.480.3649.2331.7148.24
HexA29454093024312030
Octal2422241240116044614060
Binary1010001010010100101010001001110000100100110001100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29454; }

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

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

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

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

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

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

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

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