#A29456

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

Shades of Husk #A29456

Tints of Husk #A29456

Color information

#A29456 (or 0xA29456) is unknown color: approx Husk. HEX triplet: A2, 94 and 56. RGB value is (162,148,86). Sum of RGB (Red+Green+Blue) = 162+148+86=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 86 (33.98% from 255 or 21.72% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A29456 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29456 is #5D6BA9. Grayscale: #919191. Windows color (decimal): -6122410 or 5674146. OLE color: 5674146.

HSL color Cylindrical-coordinate representation of color #A29456: hue angle of 48.95º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A29456 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB16214886-
CMYK00.090.470.36
HSL48.95º30.65%48.63%-
HSV(B)48.95º46.91%63.53%-
XYZ27.1729.5313.07-
YUV145.1294.64140.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 148 (58.20% from 255) = 37.37%
BLUE value IS 86 (33.98% from 255) = 21.72%
R=40.91%
G=37.37%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621488600.090.470.3648.9530.6548.63
HexA29456092F24311f31
Octal2422241260115744613761
Binary101000101001010010101100100110111110010011000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29456; }

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

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

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

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

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

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

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

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