#AC9645

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

Shades of Turmeric #AC9645

Tints of Turmeric #AC9645

Color information

#AC9645 (or 0xAC9645) is unknown color: approx Turmeric. HEX triplet: AC, 96 and 45. RGB value is (172,150,69). Sum of RGB (Red+Green+Blue) = 172+150+69=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 69 (27.34% from 255 or 17.65% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9645 is #5369BA. Grayscale: #939393. Windows color (decimal): -5466555 or 4560556. OLE color: 4560556.

HSL color Cylindrical-coordinate representation of color #AC9645: hue angle of 47.18º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC9645 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17215069-
CMYK00.130.600.33
HSL47.18º42.74%47.25%-
HSV(B)47.18º59.88%67.45%-
XYZ28.9931.0110.09-
YUV147.3483.79145.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 69 (27.34% from 255) = 17.65%
R=43.99%
G=38.36%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721506900.130.600.3347.1842.7447.25
HexAC96450D3C212f2b2f
Octal2542261050157441575357
Binary1010110010010110100010101101111100100001101111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9645; }

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

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

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

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

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

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

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

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