#AC9641

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

Shades of Turmeric #AC9641

Tints of Turmeric #AC9641

Color information

#AC9641 (or 0xAC9641) is unknown color: approx Turmeric. HEX triplet: AC, 96 and 41. RGB value is (172,150,65). Sum of RGB (Red+Green+Blue) = 172+150+65=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9641 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9641 is #5369BE. Grayscale: #939393. Windows color (decimal): -5466559 or 4298412. OLE color: 4298412.

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

Color convert

RGB17215065-
CMYK00.130.620.33
HSL47.66º45.15%46.47%-
HSV(B)47.66º62.21%67.45%-
XYZ28.8730.979.46-
YUV146.8981.79145.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=44.44%
G=38.76%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721506500.130.620.3347.6645.1546.47
HexAC96410D3E21302d2e
Octal2542261010157641605556
Binary1010110010010110100000101101111110100001110000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9641; }

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

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

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

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

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

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

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

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