Html Css Color HEX #A49747 Husk

📋 copy color: '#A49747'

red 164 ◦ green 151 ◦ blue 71

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

Shades of Husk #A49747

Tints of Husk #A49747

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.12%

 BLUE value IS 71 (28.13% from 255) = 18.39%

R = 42.49%
G = 39.12%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A49747 (or 0xA49747) is known color: Husk. HEX triplet: A4, 97 and 47. RGB value is (164,151,71). Sum of RGB (Red+Green+Blue) = 164+151+71=386 (51% of max value = 765). Red value is 164 (64.45% from 255 or 42.49% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 71 (28.12% from 255 or 18.39% from 386); Max value from RGB is 164 - color contains mainly: red. Hex color #A49747 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49747 is #5B68B8. Grayscale: #929292. Windows color (decimal): -5990585 or 4691876. OLE color: 4691876.

HSL color Cylindrical-coordinate representation of color #A49747: hue angle of 51.61º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A49747 is Cyan = 0, Magento = 0.08, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 151 71 -
CMYK 0 0.08 0.57 0.36
HSL 51.61º 0.4% 0.46% -
HSV(B) 51.61º 0.57% 0.64% -
XYZ 27.51 30.48 10.39 -
YUV 145.77 85.81 141 -
System Red Green Blue C M Y K H S L
Decimal 164 151 71 0 0.08 0.57 0.36 51.61 0.4 0.46
Hex A4 97 47 0 8 39 24 34 28 2E
Octal 244 227 107 0 10 71 44 64 50 56
Binary 10100100 10010111 1000111 0 1000 111001 100100 110100 101000 101110

Color Harmonies of #A49747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49747

Black with #A49747

Text Example


Text Example

White with #A49747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49747; }

 p { color: rgb(164,151,71); }

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

background-color css

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

 a { background-color: rgb(164,151,71); }

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

border-color css

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

 span { border-color: rgb(164,151,71); }

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