#A29E50

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

Shades of Husk #A29E50

Tints of Husk #A29E50

Color information

#A29E50 (or 0xA29E50) is unknown color: approx Husk. HEX triplet: A2, 9E and 50. RGB value is (162,158,80). Sum of RGB (Red+Green+Blue) = 162+158+80=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29E50 is #5D61AF. Grayscale: #969696. Windows color (decimal): -6119856 or 5283490. OLE color: 5283490.

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

Color convert

RGB16215880-
CMYK00.020.510.36
HSL57.07º33.88%47.45%-
HSV(B)57.07º50.62%63.53%-
XYZ28.5832.7112.4-
YUV150.388.33136.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 40.5%
GREEN value IS 158 (62.11% from 255) = 39.5%
BLUE value IS 80 (31.64% from 255) = 20%
R=40.5%
G=39.5%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621588000.020.510.3657.0733.8847.45
HexA29E5002332439222f
Octal242236120026344714257
Binary10100010100111101010000010110011100100111001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29E50; }

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

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

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

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

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

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

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

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