Html Css Color HEX #A49D4E Husk

📋 copy color: '#A49D4E'

red 164 ◦ green 157 ◦ blue 78

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

Shades of Husk #A49D4E

Tints of Husk #A49D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.55%

R = 41.1%
G = 39.35%
B = 19.55%

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

#A49D4E (or 0xA49D4E) is known color: Husk. HEX triplet: A4, 9D and 4E. RGB value is (164,157,78). Sum of RGB (Red+Green+Blue) = 164+157+78=399 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.10% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 78 (30.86% from 255 or 19.55% from 399); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D4E is #5B62B1. Grayscale: #969696. Windows color (decimal): -5989042 or 5152164. OLE color: 5152164.

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

Color convert

RGB 164 157 78 -
CMYK 0 0.04 0.52 0.36
HSL 55.12º 0.36% 0.47% -
HSV(B) 55.12º 0.52% 0.64% -
XYZ 28.74 32.56 11.98 -
YUV 150.09 87.32 137.92 -
System Red Green Blue C M Y K H S L
Decimal 164 157 78 0 0.04 0.52 0.36 55.12 0.36 0.47
Hex A4 9D 4E 0 4 34 24 37 24 2F
Octal 244 235 116 0 4 64 44 67 44 57
Binary 10100100 10011101 1001110 0 100 110100 100100 110111 100100 101111

Color Harmonies of #A49D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D4E

Black with #A49D4E

Text Example


Text Example

White with #A49D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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