#A89247

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

Shades of Turmeric #A89247

Tints of Turmeric #A89247

Color information

#A89247 (or 0xA89247) is unknown color: approx Turmeric. HEX triplet: A8, 92 and 47. RGB value is (168,146,71). Sum of RGB (Red+Green+Blue) = 168+146+71=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A89247 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89247 is #576DB8. Grayscale: #909090. Windows color (decimal): -5729721 or 4690600. OLE color: 4690600.

HSL color Cylindrical-coordinate representation of color #A89247: hue angle of 46.39º 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 #A89247 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB16814671-
CMYK00.130.580.34
HSL46.39º40.59%46.86%-
HSV(B)46.39º57.74%65.88%-
XYZ27.5629.3410.17-
YUV144.0386.79145.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 146 (57.42% from 255) = 37.92%
BLUE value IS 71 (28.12% from 255) = 18.44%
R=43.64%
G=37.92%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681467100.130.580.3446.3940.5946.86
HexA892470D3A222e292f
Octal2502221070157242565157
Binary1010100010010010100011101101111010100010101110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89247; }

 p { color: rgb(168,146,71); }

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

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

 a { background-color: rgb(168,146,71); }

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

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

 span { border-color: rgb(168,146,71); }

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