#A29B50

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

Shades of Husk #A29B50

Tints of Husk #A29B50

Color information

#A29B50 (or 0xA29B50) is unknown color: approx Husk. HEX triplet: A2, 9B and 50. RGB value is (162,155,80). Sum of RGB (Red+Green+Blue) = 162+155+80=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 80 (31.64% from 255 or 20.15% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B50 is #5D64AF. Grayscale: #949494. Windows color (decimal): -6120624 or 5282722. OLE color: 5282722.

HSL color Cylindrical-coordinate representation of color #A29B50: hue angle of 54.88º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A29B50 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB16215580-
CMYK00.040.510.36
HSL54.88º33.88%47.45%-
HSV(B)54.88º50.62%63.53%-
XYZ28.0731.712.23-
YUV148.5489.32137.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.81%
GREEN value IS 155 (60.94% from 255) = 39.04%
BLUE value IS 80 (31.64% from 255) = 20.15%
R=40.81%
G=39.04%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621558000.040.510.3654.8833.8847.45
HexA29B5004332437222f
Octal242233120046344674257
Binary101000101001101110100000100110011100100110111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B50; }

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

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

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

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

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

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

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

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