#AC9348

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

Shades of Turmeric #AC9348

Tints of Turmeric #AC9348

Color information

#AC9348 (or 0xAC9348) is unknown color: approx Turmeric. HEX triplet: AC, 93 and 48. RGB value is (172,147,72). Sum of RGB (Red+Green+Blue) = 172+147+72=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 72 (28.52% from 255 or 18.41% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9348 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9348 is #536CB7. Grayscale: #929292. Windows color (decimal): -5467320 or 4756396. OLE color: 4756396.

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

Color convert

RGB17214772-
CMYK00.150.580.33
HSL45º40.98%47.84%-
HSV(B)45º58.14%67.45%-
XYZ28.6230.1110.43-
YUV145.9286.28146.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 147 (57.81% from 255) = 37.60%
BLUE value IS 72 (28.52% from 255) = 18.41%
R=43.99%
G=37.60%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721477200.150.580.334540.9847.84
HexAC93480F3A212d2930
Octal2542231100177241555160
Binary1010110010010011100100001111111010100001101101101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9348; }

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

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

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

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

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

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

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

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