Html Css Color HEX #A49D4F Husk

📋 copy color: '#A49D4F'

red 164 ◦ green 157 ◦ blue 79

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

Shades of Husk #A49D4F

Tints of Husk #A49D4F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.25%

 BLUE value IS 79 (31.25% from 255) = 19.75%

R = 41%
G = 39.25%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A49D4F (or 0xA49D4F) is known color: Husk. HEX triplet: A4, 9D and 4F. RGB value is (164,157,79). Sum of RGB (Red+Green+Blue) = 164+157+79=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 157 (61.72% from 255 or 39.25% from 400); Blue value is 79 (31.25% from 255 or 19.75% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D4F is #5B62B0. Grayscale: #969696. Windows color (decimal): -5989041 or 5217700. OLE color: 5217700.

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

Color convert

RGB 164 157 79 -
CMYK 0 0.04 0.52 0.36
HSL 55.06º 0.35% 0.48% -
HSV(B) 55.06º 0.52% 0.64% -
XYZ 28.78 32.57 12.17 -
YUV 150.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 164 157 79 0 0.04 0.52 0.36 55.06 0.35 0.48
Hex A4 9D 4F 0 4 34 24 37 23 30
Octal 244 235 117 0 4 64 44 67 43 60
Binary 10100100 10011101 1001111 0 100 110100 100100 110111 100011 110000

Color Harmonies of #A49D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D4F

Black with #A49D4F

Text Example


Text Example

White with #A49D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D4F; }

 p { color: rgb(164,157,79); }

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

background-color css

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

 a { background-color: rgb(164,157,79); }

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

border-color css

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

 span { border-color: rgb(164,157,79); }

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