#AC9340

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

Shades of Turmeric #AC9340

Tints of Turmeric #AC9340

Color information

#AC9340 (or 0xAC9340) is unknown color: approx Turmeric. HEX triplet: AC, 93 and 40. RGB value is (172,147,64). Sum of RGB (Red+Green+Blue) = 172+147+64=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9340 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9340 is #536CBF. Grayscale: #919191. Windows color (decimal): -5467328 or 4232108. OLE color: 4232108.

HSL color Cylindrical-coordinate representation of color #AC9340: hue angle of 46.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC9340 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17214764-
CMYK00.150.630.33
HSL46.11º45.76%46.27%-
HSV(B)46.11º62.79%67.45%-
XYZ28.3730.019.15-
YUV145.0182.28147.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 147 (57.81% from 255) = 38.38%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=44.91%
G=38.38%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721476400.150.630.3346.1145.7646.27
HexAC93400F3F212e2e2e
Octal2542231000177741565656
Binary1010110010010011100000001111111111100001101110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9340; }

 p { color: rgb(172,147,64); }

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

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

 a { background-color: rgb(172,147,64); }

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

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

 span { border-color: rgb(172,147,64); }

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