Html Css Color HEX #A49F50 Husk

📋 copy color: '#A49F50'

red 164 ◦ green 159 ◦ blue 80

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

Shades of Husk #A49F50

Tints of Husk #A49F50

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.45%

 BLUE value IS 80 (31.64% from 255) = 19.85%

R = 40.69%
G = 39.45%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A49F50 (or 0xA49F50) is known color: Husk. HEX triplet: A4, 9F and 50. RGB value is (164,159,80). Sum of RGB (Red+Green+Blue) = 164+159+80=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 80 (31.64% from 255 or 19.85% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F50 is #5B60AF. Grayscale: #979797. Windows color (decimal): -5988528 or 5283748. OLE color: 5283748.

HSL color Cylindrical-coordinate representation of color #A49F50: hue angle of 56.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A49F50 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 159 80 -
CMYK 0 0.03 0.51 0.36
HSL 56.43º 0.34% 0.48% -
HSV(B) 56.43º 0.51% 0.64% -
XYZ 29.16 33.27 12.47 -
YUV 151.49 87.66 136.92 -
System Red Green Blue C M Y K H S L
Decimal 164 159 80 0 0.03 0.51 0.36 56.43 0.34 0.48
Hex A4 9F 50 0 3 33 24 38 22 30
Octal 244 237 120 0 3 63 44 70 42 60
Binary 10100100 10011111 1010000 0 11 110011 100100 111000 100010 110000

Color Harmonies of #A49F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F50

Black with #A49F50

Text Example


Text Example

White with #A49F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F50; }

 p { color: rgb(164,159,80); }

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

background-color css

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

 a { background-color: rgb(164,159,80); }

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

border-color css

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

 span { border-color: rgb(164,159,80); }

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