#A49946

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

Shades of Husk #A49946

Tints of Husk #A49946

Color information

#A49946 (or 0xA49946) is unknown color: approx Husk. HEX triplet: A4, 99 and 46. RGB value is (164,153,70). Sum of RGB (Red+Green+Blue) = 164+153+70=387 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.38% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 164 - color contains mainly: red. Hex color #A49946 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49946 is #5B66B9. Grayscale: #939393. Windows color (decimal): -5990074 or 4626852. OLE color: 4626852.

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

Color convert

RGB16415370-
CMYK00.070.570.36
HSL52.98º40.17%45.88%-
HSV(B)52.98º57.32%64.31%-
XYZ27.8131.1210.34-
YUV146.8384.64140.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.38%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 70 (27.73% from 255) = 18.09%
R=42.38%
G=39.53%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641537000.070.570.3652.9840.1745.88
HexA4994607392435282e
Octal244231106077144655056
Binary101001001001100110001100111111001100100110101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49946; }

 p { color: rgb(164,153,70); }

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

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

 a { background-color: rgb(164,153,70); }

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

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

 span { border-color: rgb(164,153,70); }

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