#A29950

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

Shades of Husk #A29950

Tints of Husk #A29950

Color information

#A29950 (or 0xA29950) is unknown color: approx Husk. HEX triplet: A2, 99 and 50. RGB value is (162,153,80). Sum of RGB (Red+Green+Blue) = 162+153+80=395 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.01% from 395); Green value is 153 (60.16% from 255 or 38.73% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 162 - color contains mainly: red. Hex color #A29950 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29950 is #5D66AF. Grayscale: #939393. Windows color (decimal): -6121136 or 5282210. OLE color: 5282210.

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

Color convert

RGB16215380-
CMYK00.060.510.36
HSL53.41º33.88%47.45%-
HSV(B)53.41º50.62%63.53%-
XYZ27.7431.0412.12-
YUV147.3789.98138.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 41.01%
GREEN value IS 153 (60.16% from 255) = 38.73%
BLUE value IS 80 (31.64% from 255) = 20.25%
R=41.01%
G=38.73%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.51
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621538000.060.510.3653.4133.8847.45
HexA2995006332435222f
Octal242231120066344654257
Binary101000101001100110100000110110011100100110101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29950; }

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

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

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

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

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

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

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

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