Html Css Color HEX #A49559 Husk

📋 copy color: '#A49559'

red 164 ◦ green 149 ◦ blue 89

#A49559
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Husk #A49559

Tints of Husk #A49559

RGB

 RED value IS 164 (64.45% from 255) = 40.8%

 GREEN value IS 149 (58.59% from 255) = 37.06%

 BLUE value IS 89 (35.16% from 255) = 22.14%

R = 40.8%
G = 37.06%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#A49559 (or 0xA49559) is known color: Husk. HEX triplet: A4, 95 and 59. RGB value is (164,149,89). Sum of RGB (Red+Green+Blue) = 164+149+89=402 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.80% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 89 (35.16% from 255 or 22.14% from 402); Max value from RGB is 164 - color contains mainly: red. Hex color #A49559 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49559 is #5B6AA6. Grayscale: #929292. Windows color (decimal): -5991079 or 5871012. OLE color: 5871012.

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

Color convert

RGB 164 149 89 -
CMYK 0 0.09 0.46 0.36
HSL 48º 0.3% 0.5% -
HSV(B) 48º 0.46% 0.64% -
XYZ 27.86 30.11 13.79 -
YUV 146.65 95.47 140.38 -
System Red Green Blue C M Y K H S L
Decimal 164 149 89 0 0.09 0.46 0.36 48 0.3 0.5
Hex A4 95 59 0 9 2E 24 30 1E 32
Octal 244 225 131 0 11 56 44 60 36 62
Binary 10100100 10010101 1011001 0 1001 101110 100100 110000 11110 110010

Color Harmonies of #A49559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49559

Black with #A49559

Text Example


Text Example

White with #A49559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49559; }

 p { color: rgb(164,149,89); }

 H1.HeaderClassName
 {
   color: #A49559;
 }
 .AnyTagClassName
 {
   color: #A49559;
 }
</style>

background-color css

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

 a { background-color: rgb(164,149,89); }

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

border-color css

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

 span { border-color: rgb(164,149,89); }

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