#A49954

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

Shades of Husk #A49954

Tints of Husk #A49954

Color information

#A49954 (or 0xA49954) is unknown color: approx Husk. HEX triplet: A4, 99 and 54. RGB value is (164,153,84). Sum of RGB (Red+Green+Blue) = 164+153+84=401 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.90% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 164 - color contains mainly: red. Hex color #A49954 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49954 is #5B66AB. Grayscale: #949494. Windows color (decimal): -5990060 or 5544356. OLE color: 5544356.

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

Color convert

RGB16415384-
CMYK00.070.490.36
HSL51.75º32.26%48.63%-
HSV(B)51.75º48.78%64.31%-
XYZ28.331.3212.94-
YUV148.4291.64139.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 40.90%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 84 (33.20% from 255) = 20.95%
R=40.90%
G=38.15%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.49
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641538400.070.490.3651.7532.2648.63
HexA49954073124342031
Octal244231124076144644061
Binary101001001001100110101000111110001100100110100100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49954; }

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

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

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

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

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

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

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

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