#A89146

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

Shades of Turmeric #A89146

Tints of Turmeric #A89146

Color information

#A89146 (or 0xA89146) is unknown color: approx Turmeric. HEX triplet: A8, 91 and 46. RGB value is (168,145,70). Sum of RGB (Red+Green+Blue) = 168+145+70=383 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.86% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 168 - color contains mainly: red. Hex color #A89146 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89146 is #576EB9. Grayscale: #8F8F8F. Windows color (decimal): -5729978 or 4624808. OLE color: 4624808.

HSL color Cylindrical-coordinate representation of color #A89146: hue angle of 45.92º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A89146 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB16814570-
CMYK00.140.580.34
HSL45.92º41.18%46.67%-
HSV(B)45.92º58.33%65.88%-
XYZ27.3829.029.95-
YUV143.3386.62145.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.86%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 70 (27.73% from 255) = 18.28%
R=43.86%
G=37.86%
B=18.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681457000.140.580.3445.9241.1846.67
HexA891460E3A222e292f
Octal2502211060167242565157
Binary1010100010010001100011001110111010100010101110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89146; }

 p { color: rgb(168,145,70); }

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

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

 a { background-color: rgb(168,145,70); }

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

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

 span { border-color: rgb(168,145,70); }

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