Html Css Color HEX #A49F56 Husk

📋 copy color: '#A49F56'

red 164 ◦ green 159 ◦ blue 86

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

Shades of Husk #A49F56

Tints of Husk #A49F56

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.88%

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

R = 40.1%
G = 38.88%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A49F56 (or 0xA49F56) is known color: Husk. HEX triplet: A4, 9F and 56. RGB value is (164,159,86). Sum of RGB (Red+Green+Blue) = 164+159+86=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 86 (33.98% from 255 or 21.03% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A49F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49F56 is #5B60A9. Grayscale: #989898. Windows color (decimal): -5988522 or 5676964. OLE color: 5676964.

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

Color convert

RGB 164 159 86 -
CMYK 0 0.03 0.48 0.36
HSL 56.15º 0.31% 0.49% -
HSV(B) 56.15º 0.48% 0.64% -
XYZ 29.39 33.36 13.69 -
YUV 152.17 90.66 136.44 -
System Red Green Blue C M Y K H S L
Decimal 164 159 86 0 0.03 0.48 0.36 56.15 0.31 0.49
Hex A4 9F 56 0 3 30 24 38 1F 31
Octal 244 237 126 0 3 60 44 70 37 61
Binary 10100100 10011111 1010110 0 11 110000 100100 111000 11111 110001

Color Harmonies of #A49F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49F56

Black with #A49F56

Text Example


Text Example

White with #A49F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49F56; }

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

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

background-color css

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

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

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

border-color css

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

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

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