#A29D4D

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

Shades of Husk #A29D4D

Tints of Husk #A29D4D

Color information

#A29D4D (or 0xA29D4D) is unknown color: approx Husk. HEX triplet: A2, 9D and 4D. RGB value is (162,157,77). Sum of RGB (Red+Green+Blue) = 162+157+77=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 157 (61.72% from 255 or 39.65% from 396); Blue value is 77 (30.47% from 255 or 19.44% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D4D is #5D62B2. Grayscale: #959595. Windows color (decimal): -6120115 or 5086626. OLE color: 5086626.

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

Color convert

RGB16215777-
CMYK00.030.520.36
HSL56.47º35.56%46.86%-
HSV(B)56.47º52.47%63.53%-
XYZ28.332.3311.77-
YUV149.3787.16137-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.91%
GREEN value IS 157 (61.72% from 255) = 39.65%
BLUE value IS 77 (30.47% from 255) = 19.44%
R=40.91%
G=39.65%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621577700.030.520.3656.4735.5646.86
HexA29D4D03342438242f
Octal242235115036444704457
Binary10100010100111011001101011110100100100111000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D4D; }

 p { color: rgb(162,157,77); }

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

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

 a { background-color: rgb(162,157,77); }

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

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

 span { border-color: rgb(162,157,77); }

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