#AC933C

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

Shades of Turmeric #AC933C

Tints of Turmeric #AC933C

Color information

#AC933C (or 0xAC933C) is unknown color: approx Turmeric. HEX triplet: AC, 93 and 3C. RGB value is (172,147,60). Sum of RGB (Red+Green+Blue) = 172+147+60=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC933C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC933C is #536CC3. Grayscale: #909090. Windows color (decimal): -5467332 or 3969964. OLE color: 3969964.

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

Color convert

RGB17214760-
CMYK00.150.650.33
HSL46.61º48.28%45.49%-
HSV(B)46.61º65.12%67.45%-
XYZ28.2629.968.57-
YUV144.5680.28147.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 147 (57.81% from 255) = 38.79%
BLUE value IS 60 (23.83% from 255) = 15.83%
R=45.38%
G=38.79%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721476000.150.650.3346.6148.2845.49
HexAC933C0F41212f302d
Octal2542237401710141576055
Binary1010110010010011111100011111000001100001101111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC933C; }

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

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

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

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

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

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

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

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