#A29B48

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

Shades of Husk #A29B48

Tints of Husk #A29B48

Color information

#A29B48 (or 0xA29B48) is unknown color: approx Husk. HEX triplet: A2, 9B and 48. RGB value is (162,155,72). Sum of RGB (Red+Green+Blue) = 162+155+72=389 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.65% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 72 (28.52% from 255 or 18.51% from 389); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B48 is #5D64B7. Grayscale: #939393. Windows color (decimal): -6120632 or 4758434. OLE color: 4758434.

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

Color convert

RGB16215572-
CMYK00.040.560.36
HSL55.33º38.46%45.88%-
HSV(B)55.33º55.56%63.53%-
XYZ27.7931.5910.76-
YUV147.6385.32138.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.65%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 72 (28.52% from 255) = 18.51%
R=41.65%
G=39.85%
B=18.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621557200.040.560.3655.3338.4645.88
HexA29B4804382437262e
Octal242233110047044674656
Binary101000101001101110010000100111000100100110111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B48; }

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

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

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

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

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

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

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

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