#a29b4b

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

Shades of Husk #A29B4B

Tints of Husk #A29B4B

Color information

#A29B4B (or 0xA29B4B) is unknown color: approx Husk. HEX triplet: A2, 9B and 4B. RGB value is (162,155,75). Sum of RGB (Red+Green+Blue) = 162+155+75=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29B4B is #5D64B4. Grayscale: #949494. Windows color (decimal): -6120629 or 4955042. OLE color: 4955042.

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

Color convert

RGB16215575-
CMYK00.040.540.36
HSL55.17º36.71%46.47%-
HSV(B)55.17º53.7%63.53%-
XYZ27.8931.6311.29-
YUV147.9786.82138-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.33%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 75 (29.69% from 255) = 19.13%
R=41.33%
G=39.54%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.54
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621557500.040.540.3655.1736.7146.47
HexA29B4B04362437252e
Octal242233113046644674556
Binary101000101001101110010110100110110100100110111100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a29b4b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a29b4b; }

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

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

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

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

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

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

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

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