#A29649

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

Shades of Husk #A29649

Tints of Husk #A29649

Color information

#A29649 (or 0xA29649) is unknown color: approx Husk. HEX triplet: A2, 96 and 49. RGB value is (162,150,73). Sum of RGB (Red+Green+Blue) = 162+150+73=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 162 - color contains mainly: red. Hex color #A29649 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29649 is #5D69B6. Grayscale: #919191. Windows color (decimal): -6121911 or 4822690. OLE color: 4822690.

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

Color convert

RGB16215073-
CMYK00.070.550.36
HSL51.91º37.87%46.08%-
HSV(B)51.91º54.94%63.53%-
XYZ27.0129.9810.67-
YUV144.8187.48140.26-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.08%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 73 (28.91% from 255) = 18.96%
R=42.08%
G=38.96%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621507300.070.550.3651.9137.8746.08
HexA2964907372434262e
Octal242226111076744644656
Binary101000101001011010010010111110111100100110100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29649; }

 p { color: rgb(162,150,73); }

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

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

 a { background-color: rgb(162,150,73); }

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

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

 span { border-color: rgb(162,150,73); }

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