#A49945

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

Shades of Husk #A49945

Tints of Husk #A49945

Color information

#A49945 (or 0xA49945) is unknown color: approx Husk. HEX triplet: A4, 99 and 45. RGB value is (164,153,69). Sum of RGB (Red+Green+Blue) = 164+153+69=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A49945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49945 is #5B66BA. Grayscale: #939393. Windows color (decimal): -5990075 or 4561316. OLE color: 4561316.

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

Color convert

RGB16415369-
CMYK00.070.580.36
HSL53.05º40.77%45.69%-
HSV(B)53.05º57.93%64.31%-
XYZ27.7831.110.17-
YUV146.7184.14140.33-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.49%
GREEN value IS 153 (60.16% from 255) = 39.64%
BLUE value IS 69 (27.34% from 255) = 17.88%
R=42.49%
G=39.64%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641536900.070.580.3653.0540.7745.69
HexA49945073A2435292e
Octal244231105077244655156
Binary101001001001100110001010111111010100100110101101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49945; }

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

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

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

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

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

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

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

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