Html Css Color HEX #A49356 Husk

📋 copy color: '#A49356'

red 164 ◦ green 147 ◦ blue 86

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

Shades of Husk #A49356

Tints of Husk #A49356

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.03%

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

R = 41.31%
G = 37.03%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#A49356 (or 0xA49356) is known color: Husk. HEX triplet: A4, 93 and 56. RGB value is (164,147,86). Sum of RGB (Red+Green+Blue) = 164+147+86=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 86 (33.98% from 255 or 21.66% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A49356 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49356 is #5B6CA9. Grayscale: #919191. Windows color (decimal): -5991594 or 5673892. OLE color: 5673892.

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

Color convert

RGB 164 147 86 -
CMYK 0 0.10 0.48 0.36
HSL 46.92º 0.31% 0.49% -
HSV(B) 46.92º 0.48% 0.64% -
XYZ 27.42 29.43 13.04 -
YUV 145.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 164 147 86 0 0.10 0.48 0.36 46.92 0.31 0.49
Hex A4 93 56 0 A 30 24 2F 1F 31
Octal 244 223 126 0 12 60 44 57 37 61
Binary 10100100 10010011 1010110 0 1010 110000 100100 101111 11111 110001

Color Harmonies of #A49356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49356

Black with #A49356

Text Example


Text Example

White with #A49356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49356; }

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

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

background-color css

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

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

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

border-color css

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

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

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