#AC9440

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

Shades of Turmeric #AC9440

Tints of Turmeric #AC9440

Color information

#AC9440 (or 0xAC9440) is unknown color: approx Turmeric. HEX triplet: AC, 94 and 40. RGB value is (172,148,64). Sum of RGB (Red+Green+Blue) = 172+148+64=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 64 (25.39% from 255 or 16.67% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9440 is #536BBF. Grayscale: #919191. Windows color (decimal): -5467072 or 4232364. OLE color: 4232364.

HSL color Cylindrical-coordinate representation of color #AC9440: hue angle of 46.67º 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 #AC9440 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB17214864-
CMYK00.140.630.33
HSL46.67º45.76%46.27%-
HSV(B)46.67º62.79%67.45%-
XYZ28.5330.329.2-
YUV145.681.95146.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 148 (58.20% from 255) = 38.54%
BLUE value IS 64 (25.39% from 255) = 16.67%
R=44.79%
G=38.54%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721486400.140.630.3346.6745.7646.27
HexAC94400E3F212f2e2e
Octal2542241000167741575656
Binary1010110010010100100000001110111111100001101111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9440; }

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

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

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

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

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

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

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

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