#A29A46

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

Shades of Husk #A29A46

Tints of Husk #A29A46

Color information

#A29A46 (or 0xA29A46) is unknown color: approx Husk. HEX triplet: A2, 9A and 46. RGB value is (162,154,70). Sum of RGB (Red+Green+Blue) = 162+154+70=386 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.97% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 70 (27.73% from 255 or 18.13% from 386); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A46 is #5D65B9. Grayscale: #939393. Windows color (decimal): -6120890 or 4627106. OLE color: 4627106.

HSL color Cylindrical-coordinate representation of color #A29A46: hue angle of 54.78º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A29A46 is Cyan = 0, Magento = 0.05, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB16215470-
CMYK00.050.570.36
HSL54.78º39.66%45.49%-
HSV(B)54.78º56.79%63.53%-
XYZ27.5631.2310.37-
YUV146.8284.65138.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.97%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 70 (27.73% from 255) = 18.13%
R=41.97%
G=39.90%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621547000.050.570.3654.7839.6645.49
HexA29A4605392437282d
Octal242232106057144675055
Binary101000101001101010001100101111001100100110111101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A46; }

 p { color: rgb(162,154,70); }

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

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

 a { background-color: rgb(162,154,70); }

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

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

 span { border-color: rgb(162,154,70); }

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