#A89645

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

Shades of Turmeric #A89645

Tints of Turmeric #A89645

Color information

#A89645 (or 0xA89645) is unknown color: approx Turmeric. HEX triplet: A8, 96 and 45. RGB value is (168,150,69). Sum of RGB (Red+Green+Blue) = 168+150+69=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 69 (27.34% from 255 or 17.83% from 387); Max value from RGB is 168 - color contains mainly: red. Hex color #A89645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A89645 is #5769BA. Grayscale: #929292. Windows color (decimal): -5728699 or 4560552. OLE color: 4560552.

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

Color convert

RGB16815069-
CMYK00.110.590.34
HSL49.09º41.77%46.47%-
HSV(B)49.09º58.93%65.88%-
XYZ28.1330.5710.05-
YUV146.1584.46143.59-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.41%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 69 (27.34% from 255) = 17.83%
R=43.41%
G=38.76%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681506900.110.590.3449.0941.7746.47
HexA896450B3B22312a2e
Octal2502261050137342615256
Binary1010100010010110100010101011111011100010110001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A89645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A89645; }

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

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

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

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

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

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

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

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