Html Css Color HEX #A49549 Husk

📋 copy color: '#A49549'

red 164 ◦ green 149 ◦ blue 73

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

Shades of Husk #A49549

Tints of Husk #A49549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 18.91%

R = 42.49%
G = 38.6%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A49549 (or 0xA49549) is known color: Husk. HEX triplet: A4, 95 and 49. RGB value is (164,149,73). Sum of RGB (Red+Green+Blue) = 164+149+73=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 149 (58.59% from 255 or 38.60% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A49549 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49549 is #5B6AB6. Grayscale: #919191. Windows color (decimal): -5991095 or 4822436. OLE color: 4822436.

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

Color convert

RGB 164 149 73 -
CMYK 0 0.09 0.55 0.36
HSL 50.11º 0.38% 0.46% -
HSV(B) 50.11º 0.55% 0.64% -
XYZ 27.26 29.87 10.63 -
YUV 144.82 87.47 141.68 -
System Red Green Blue C M Y K H S L
Decimal 164 149 73 0 0.09 0.55 0.36 50.11 0.38 0.46
Hex A4 95 49 0 9 37 24 32 26 2E
Octal 244 225 111 0 11 67 44 62 46 56
Binary 10100100 10010101 1001001 0 1001 110111 100100 110010 100110 101110

Color Harmonies of #A49549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49549

Black with #A49549

Text Example


Text Example

White with #A49549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49549; }

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

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

background-color css

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

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

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

border-color css

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

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

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