#A89445

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

Shades of Turmeric #A89445

Tints of Turmeric #A89445

Color information

#A89445 (or 0xA89445) is unknown color: approx Turmeric. HEX triplet: A8, 94 and 45. RGB value is (168,148,69). Sum of RGB (Red+Green+Blue) = 168+148+69=385 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.64% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 168 - color contains mainly: red. Hex color #A89445 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89445 is #576BBA. Grayscale: #919191. Windows color (decimal): -5729211 or 4560040. OLE color: 4560040.

HSL color Cylindrical-coordinate representation of color #A89445: hue angle of 47.88º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A89445 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB16814869-
CMYK00.120.590.34
HSL47.88º41.77%46.47%-
HSV(B)47.88º58.93%65.88%-
XYZ27.8129.939.94-
YUV144.9785.13144.42-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.64%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 69 (27.34% from 255) = 17.92%
R=43.64%
G=38.44%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681486900.120.590.3447.8841.7746.47
HexA894450C3B22302a2e
Octal2502241050147342605256
Binary1010100010010100100010101100111011100010110000101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89445; }

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

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

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

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

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

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

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

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