#A49249

Color #A49249 Turmeric (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turmeric #A49249

Tints of Turmeric #A49249

Color information

#A49249 (or 0xA49249) is unknown color: approx Turmeric. HEX triplet: A4, 92 and 49. RGB value is (164,146,73). Sum of RGB (Red+Green+Blue) = 164+146+73=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A49249 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49249 is #5B6DB6. Grayscale: #8F8F8F. Windows color (decimal): -5991863 or 4821668. OLE color: 4821668.

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

Color convert

RGB16414673-
CMYK00.110.550.36
HSL48.13º38.4%46.47%-
HSV(B)48.13º55.49%64.31%-
XYZ26.7928.9310.48-
YUV143.0688.46142.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 73 (28.91% from 255) = 19.06%
R=42.82%
G=38.12%
B=19.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641467300.110.550.3648.1338.446.47
HexA492490B372430262e
Octal2442221110136744604656
Binary1010010010010010100100101011110111100100110000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49249; }

 p { color: rgb(164,146,73); }

 H1.HeaderClassName
 {
   color: #A49249;
 }
 .AnyTagClassName
 {
   color: #A49249;
 }
</style>
background-color css

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

 a { background-color: rgb(164,146,73); }

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

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

 span { border-color: rgb(164,146,73); }

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