#A29C47

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

Shades of Husk #A29C47

Tints of Husk #A29C47

Color information

#A29C47 (or 0xA29C47) is unknown color: approx Husk. HEX triplet: A2, 9C and 47. RGB value is (162,156,71). Sum of RGB (Red+Green+Blue) = 162+156+71=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 156 (61.33% from 255 or 40.10% from 389); Blue value is 71 (28.12% from 255 or 18.25% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29C47 is #5D63B8. Grayscale: #949494. Windows color (decimal): -6120377 or 4693154. OLE color: 4693154.

HSL color Cylindrical-coordinate representation of color #A29C47: hue angle of 56.04º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A29C47 is Cyan = 0, Magento = 0.04, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB16215671-
CMYK00.040.560.36
HSL56.04º39.06%45.69%-
HSV(B)56.04º56.17%63.53%-
XYZ27.9331.9110.65-
YUV148.184.49137.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 156 (61.33% from 255) = 40.10%
BLUE value IS 71 (28.12% from 255) = 18.25%
R=41.65%
G=40.10%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621567100.040.560.3656.0439.0645.69
HexA29C4704382438272e
Octal242234107047044704756
Binary101000101001110010001110100111000100100111000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C47; }

 p { color: rgb(162,156,71); }

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

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

 a { background-color: rgb(162,156,71); }

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

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

 span { border-color: rgb(162,156,71); }

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