Html Css Color HEX #A49D56 Husk

📋 copy color: '#A49D56'

red 164 ◦ green 157 ◦ blue 86

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

Shades of Husk #A49D56

Tints of Husk #A49D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.13%

R = 40.29%
G = 38.57%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A49D56 (or 0xA49D56) is known color: Husk. HEX triplet: A4, 9D and 56. RGB value is (164,157,86). Sum of RGB (Red+Green+Blue) = 164+157+86=407 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.29% from 407); Green value is 157 (61.72% from 255 or 38.57% from 407); Blue value is 86 (33.98% from 255 or 21.13% from 407); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D56 is #5B62A9. Grayscale: #979797. Windows color (decimal): -5989034 or 5676452. OLE color: 5676452.

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

Color convert

RGB 164 157 86 -
CMYK 0 0.04 0.48 0.36
HSL 54.62º 0.31% 0.49% -
HSV(B) 54.62º 0.48% 0.64% -
XYZ 29.05 32.68 13.58 -
YUV 151 91.32 137.27 -
System Red Green Blue C M Y K H S L
Decimal 164 157 86 0 0.04 0.48 0.36 54.62 0.31 0.49
Hex A4 9D 56 0 4 30 24 37 1F 31
Octal 244 235 126 0 4 60 44 67 37 61
Binary 10100100 10011101 1010110 0 100 110000 100100 110111 11111 110001

Color Harmonies of #A49D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D56

Black with #A49D56

Text Example


Text Example

White with #A49D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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