#A29B5A

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

Shades of Husk #A29B5A

Tints of Husk #A29B5A

Color information

#A29B5A (or 0xA29B5A) is unknown color: approx Husk. HEX triplet: A2, 9B and 5A. RGB value is (162,155,90). Sum of RGB (Red+Green+Blue) = 162+155+90=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 90 (35.55% from 255 or 22.11% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B5A is #5D64A5. Grayscale: #959595. Windows color (decimal): -6120614 or 5938082. OLE color: 5938082.

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

Color convert

RGB16215590-
CMYK00.040.440.36
HSL54.17º28.57%49.41%-
HSV(B)54.17º44.44%63.53%-
XYZ28.4731.8614.32-
YUV149.6894.32136.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.80%
GREEN value IS 155 (60.94% from 255) = 38.08%
BLUE value IS 90 (35.55% from 255) = 22.11%
R=39.80%
G=38.08%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621559000.040.440.3654.1728.5749.41
HexA29B5A042C24361d31
Octal242233132045444663561
Binary10100010100110111011010010010110010010011011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B5A; }

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

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

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

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

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

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

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

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