#A29947

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

Shades of Husk #A29947

Tints of Husk #A29947

Color information

#A29947 (or 0xA29947) is unknown color: approx Husk. HEX triplet: A2, 99 and 47. RGB value is (162,153,71). Sum of RGB (Red+Green+Blue) = 162+153+71=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A29947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29947 is #5D66B8. Grayscale: #929292. Windows color (decimal): -6121145 or 4692386. OLE color: 4692386.

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

Color convert

RGB16215371-
CMYK00.060.560.36
HSL54.07º39.06%45.69%-
HSV(B)54.07º56.17%63.53%-
XYZ27.4330.9210.48-
YUV146.3485.48139.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 71 (28.12% from 255) = 18.39%
R=41.97%
G=39.64%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621537100.060.560.3654.0739.0645.69
HexA2994706382436272e
Octal242231107067044664756
Binary101000101001100110001110110111000100100110110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29947; }

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

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

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

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

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

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

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

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