#A29847

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

Shades of Husk #A29847

Tints of Husk #A29847

Color information

#A29847 (or 0xA29847) is unknown color: approx Husk. HEX triplet: A2, 98 and 47. RGB value is (162,152,71). Sum of RGB (Red+Green+Blue) = 162+152+71=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A29847 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29847 is #5D67B8. Grayscale: #929292. Windows color (decimal): -6121401 or 4692130. OLE color: 4692130.

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

Color convert

RGB16215271-
CMYK00.060.560.36
HSL53.41º39.06%45.69%-
HSV(B)53.41º56.17%63.53%-
XYZ27.2730.5910.43-
YUV145.7685.81139.59-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 152 (59.77% from 255) = 39.48%
BLUE value IS 71 (28.12% from 255) = 18.44%
R=42.08%
G=39.48%
B=18.44%

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
Decimal1621527100.060.560.3653.4139.0645.69
HexA2984706382435272e
Octal242230107067044654756
Binary101000101001100010001110110111000100100110101100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29847; }

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

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

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

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

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

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

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

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