#A49546

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

Shades of Turmeric #A49546

Tints of Turmeric #A49546

Color information

#A49546 (or 0xA49546) is unknown color: approx Turmeric. HEX triplet: A4, 95 and 46. RGB value is (164,149,70). Sum of RGB (Red+Green+Blue) = 164+149+70=383 (50% of max value = 765). Red value is 164 (64.45% from 255 or 42.82% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 164 - color contains mainly: red. Hex color #A49546 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49546 is #5B6AB9. Grayscale: #909090. Windows color (decimal): -5991098 or 4625828. OLE color: 4625828.

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

Color convert

RGB16414970-
CMYK00.090.570.36
HSL50.43º40.17%45.88%-
HSV(B)50.43º57.32%64.31%-
XYZ27.1629.8310.12-
YUV144.4885.97141.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 42.82%
GREEN value IS 149 (58.59% from 255) = 38.90%
BLUE value IS 70 (27.73% from 255) = 18.28%
R=42.82%
G=38.90%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641497000.090.570.3650.4340.1745.88
HexA4954609392432282e
Octal2442251060117144625056
Binary1010010010010101100011001001111001100100110010101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A49546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A49546; }

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

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

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

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

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

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

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

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