#A29A43

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

Shades of Husk #A29A43

Tints of Husk #A29A43

Color information

#A29A43 (or 0xA29A43) is unknown color: approx Husk. HEX triplet: A2, 9A and 43. RGB value is (162,154,67). Sum of RGB (Red+Green+Blue) = 162+154+67=383 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.30% from 383); Green value is 154 (60.55% from 255 or 40.21% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A43 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A43 is #5D65BC. Grayscale: #929292. Windows color (decimal): -6120893 or 4430498. OLE color: 4430498.

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

Color convert

RGB16215467-
CMYK00.050.590.36
HSL54.95º41.48%44.9%-
HSV(B)54.95º58.64%63.53%-
XYZ27.4731.29.88-
YUV146.4783.15139.07-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.30%
GREEN value IS 154 (60.55% from 255) = 40.21%
BLUE value IS 67 (26.56% from 255) = 17.49%
R=42.30%
G=40.21%
B=17.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621546700.050.590.3654.9541.4844.9
HexA29A43053B2437292d
Octal242232103057344675155
Binary101000101001101010000110101111011100100110111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A43; }

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

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

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

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

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

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

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

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