Html Css Color HEX #A49C50 Husk

📋 copy color: '#A49C50'

red 164 ◦ green 156 ◦ blue 80

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

Shades of Husk #A49C50

Tints of Husk #A49C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39%

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

R = 41%
G = 39%
B = 20%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A49C50 (or 0xA49C50) is known color: Husk. HEX triplet: A4, 9C and 50. RGB value is (164,156,80). Sum of RGB (Red+Green+Blue) = 164+156+80=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49C50 is #5B63AF. Grayscale: #969696. Windows color (decimal): -5989296 or 5282980. OLE color: 5282980.

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

Color convert

RGB 164 156 80 -
CMYK 0 0.05 0.51 0.36
HSL 54.29º 0.34% 0.48% -
HSV(B) 54.29º 0.51% 0.64% -
XYZ 28.65 32.25 12.3 -
YUV 149.73 88.65 138.18 -
System Red Green Blue C M Y K H S L
Decimal 164 156 80 0 0.05 0.51 0.36 54.29 0.34 0.48
Hex A4 9C 50 0 5 33 24 36 22 30
Octal 244 234 120 0 5 63 44 66 42 60
Binary 10100100 10011100 1010000 0 101 110011 100100 110110 100010 110000

Color Harmonies of #A49C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C50

Black with #A49C50

Text Example


Text Example

White with #A49C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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