#A49B45

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

Shades of Husk #A49B45

Tints of Husk #A49B45

Color information

#A49B45 (or 0xA49B45) is unknown color: approx Husk. HEX triplet: A4, 9B and 45. RGB value is (164,155,69). Sum of RGB (Red+Green+Blue) = 164+155+69=388 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.27% from 388); Green value is 155 (60.94% from 255 or 39.95% from 388); Blue value is 69 (27.34% from 255 or 17.78% from 388); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49B45 is #5B64BA. Grayscale: #949494. Windows color (decimal): -5989563 or 4561828. OLE color: 4561828.

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

Color convert

RGB16415569-
CMYK00.050.580.36
HSL54.32º40.77%45.69%-
HSV(B)54.32º57.93%64.31%-
XYZ28.1131.7610.28-
YUV147.8983.48139.49-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.27%
GREEN value IS 155 (60.94% from 255) = 39.95%
BLUE value IS 69 (27.34% from 255) = 17.78%
R=42.27%
G=39.95%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641556900.050.580.3654.3240.7745.69
HexA49B45053A2436292e
Octal244233105057244665156
Binary101001001001101110001010101111010100100110110101001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49B45; }

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

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

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

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

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

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

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

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