#A29356

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

Shades of Husk #A29356

Tints of Husk #A29356

Color information

#A29356 (or 0xA29356) is unknown color: approx Husk. HEX triplet: A2, 93 and 56. RGB value is (162,147,86). Sum of RGB (Red+Green+Blue) = 162+147+86=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 147 (57.81% from 255 or 37.22% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A29356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29356 is #5D6CA9. Grayscale: #909090. Windows color (decimal): -6122666 or 5673890. OLE color: 5673890.

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

Color convert

RGB16214786-
CMYK00.090.470.36
HSL48.16º30.65%48.63%-
HSV(B)48.16º46.91%63.53%-
XYZ27.0129.2213.02-
YUV144.5394.97140.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 147 (57.81% from 255) = 37.22%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=41.01%
G=37.22%
B=21.77%

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
Decimal1621478600.090.470.3648.1630.6548.63
HexA29356092F24301f31
Octal2422231260115744603761
Binary101000101001001110101100100110111110010011000011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29356; }

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

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

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

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

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

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

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

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