Html Css Color HEX #A49547 Turmeric

📋 copy color: '#A49547'

red 164 ◦ green 149 ◦ blue 71

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

Shades of Turmeric #A49547

Tints of Turmeric #A49547

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.8%

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

R = 42.71%
G = 38.8%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A49547 (or 0xA49547) is known color: Turmeric. HEX triplet: A4, 95 and 47. RGB value is (164,149,71). Sum of RGB (Red+Green+Blue) = 164+149+71=384 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.71% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 71 (28.12% from 255 or 18.49% from 384); Max value from RGB is 164 - color contains mainly: red. Hex color #A49547 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49547 is #5B6AB8. Grayscale: #909090. Windows color (decimal): -5991097 or 4691364. OLE color: 4691364.

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

Color convert

RGB 164 149 71 -
CMYK 0 0.09 0.57 0.36
HSL 50.32º 0.4% 0.46% -
HSV(B) 50.32º 0.57% 0.64% -
XYZ 27.19 29.84 10.29 -
YUV 144.59 86.47 141.84 -
System Red Green Blue C M Y K H S L
Decimal 164 149 71 0 0.09 0.57 0.36 50.32 0.4 0.46
Hex A4 95 47 0 9 39 24 32 28 2E
Octal 244 225 107 0 11 71 44 62 50 56
Binary 10100100 10010101 1000111 0 1001 111001 100100 110010 101000 101110

Color Harmonies of #A49547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49547

Black with #A49547

Text Example


Text Example

White with #A49547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49547; }

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

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

background-color css

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

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

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

border-color css

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

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

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