#A29B4F

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

Shades of Husk #A29B4F

Tints of Husk #A29B4F

Color information

#A29B4F (or 0xA29B4F) is unknown color: approx Husk. HEX triplet: A2, 9B and 4F. RGB value is (162,155,79). Sum of RGB (Red+Green+Blue) = 162+155+79=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B4F is #5D64B0. Grayscale: #949494. Windows color (decimal): -6120625 or 5217186. OLE color: 5217186.

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

Color convert

RGB16215579-
CMYK00.040.510.36
HSL54.94º34.44%47.25%-
HSV(B)54.94º51.23%63.53%-
XYZ28.0331.6912.04-
YUV148.4388.82137.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 155 (60.94% from 255) = 39.14%
BLUE value IS 79 (31.25% from 255) = 19.95%
R=40.91%
G=39.14%
B=19.95%

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
Decimal1621557900.040.510.3654.9434.4447.25
HexA29B4F04332437222f
Octal242233117046344674257
Binary101000101001101110011110100110011100100110111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B4F; }

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

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

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

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

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

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

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

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