#A29455

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

Shades of Husk #A29455

Tints of Husk #A29455

Color information

#A29455 (or 0xA29455) is unknown color: approx Husk. HEX triplet: A2, 94 and 55. RGB value is (162,148,85). Sum of RGB (Red+Green+Blue) = 162+148+85=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 148 (58.20% from 255 or 37.47% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A29455 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29455 is #5D6BAA. Grayscale: #919191. Windows color (decimal): -6122411 or 5608610. OLE color: 5608610.

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

Color convert

RGB16214885-
CMYK00.090.480.36
HSL49.09º31.17%48.43%-
HSV(B)49.09º47.53%63.53%-
XYZ27.1329.5212.86-
YUV14594.14140.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 148 (58.20% from 255) = 37.47%
BLUE value IS 85 (33.59% from 255) = 21.52%
R=41.01%
G=37.47%
B=21.52%

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
Decimal1621488500.090.480.3649.0931.1748.43
HexA29455093024311f30
Octal2422241250116044613760
Binary101000101001010010101010100111000010010011000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29455; }

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

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

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

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

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

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

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

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