Html Css Color HEX #A49D4C Husk

📋 copy color: '#A49D4C'

red 164 ◦ green 157 ◦ blue 76

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

Shades of Husk #A49D4C

Tints of Husk #A49D4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.14%

R = 41.31%
G = 39.55%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A49D4C (or 0xA49D4C) is known color: Husk. HEX triplet: A4, 9D and 4C. RGB value is (164,157,76). Sum of RGB (Red+Green+Blue) = 164+157+76=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 76 (30.08% from 255 or 19.14% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49D4C is #5B62B3. Grayscale: #969696. Windows color (decimal): -5989044 or 5021092. OLE color: 5021092.

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

Color convert

RGB 164 157 76 -
CMYK 0 0.04 0.54 0.36
HSL 55.23º 0.37% 0.47% -
HSV(B) 55.23º 0.54% 0.64% -
XYZ 28.67 32.53 11.6 -
YUV 149.86 86.32 138.09 -
System Red Green Blue C M Y K H S L
Decimal 164 157 76 0 0.04 0.54 0.36 55.23 0.37 0.47
Hex A4 9D 4C 0 4 36 24 37 25 2F
Octal 244 235 114 0 4 66 44 67 45 57
Binary 10100100 10011101 1001100 0 100 110110 100100 110111 100101 101111

Color Harmonies of #A49D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D4C

Black with #A49D4C

Text Example


Text Example

White with #A49D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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