#A29A48

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

Shades of Husk #A29A48

Tints of Husk #A29A48

Color information

#A29A48 (or 0xA29A48) is unknown color: approx Husk. HEX triplet: A2, 9A and 48. RGB value is (162,154,72). Sum of RGB (Red+Green+Blue) = 162+154+72=388 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.75% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29A48 is #5D65B7. Grayscale: #939393. Windows color (decimal): -6120888 or 4758178. OLE color: 4758178.

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

Color convert

RGB16215472-
CMYK00.050.560.36
HSL54.67º38.46%45.88%-
HSV(B)54.67º55.56%63.53%-
XYZ27.6331.2610.71-
YUV147.0485.65138.67-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.75%
GREEN value IS 154 (60.55% from 255) = 39.69%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=41.75%
G=39.69%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621547200.050.560.3654.6738.4645.88
HexA29A4805382437262e
Octal242232110057044674656
Binary101000101001101010010000101111000100100110111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A48; }

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

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

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

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

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

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

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

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