#A89447

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

Shades of Turmeric #A89447

Tints of Turmeric #A89447

Color information

#A89447 (or 0xA89447) is unknown color: approx Turmeric. HEX triplet: A8, 94 and 47. RGB value is (168,148,71). Sum of RGB (Red+Green+Blue) = 168+148+71=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 71 (28.12% from 255 or 18.35% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A89447 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89447 is #576BB8. Grayscale: #919191. Windows color (decimal): -5729209 or 4691112. OLE color: 4691112.

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

Color convert

RGB16814871-
CMYK00.120.580.34
HSL47.63º40.59%46.86%-
HSV(B)47.63º57.74%65.88%-
XYZ27.8829.9610.27-
YUV145.286.13144.26-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 148 (58.20% from 255) = 38.24%
BLUE value IS 71 (28.12% from 255) = 18.35%
R=43.41%
G=38.24%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681487100.120.580.3447.6340.5946.86
HexA894470C3A2230292f
Octal2502241070147242605157
Binary1010100010010100100011101100111010100010110000101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89447; }

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

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

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

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

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

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

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

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