#AC9841

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

Shades of Turmeric #AC9841

Tints of Turmeric #AC9841

Color information

#AC9841 (or 0xAC9841) is unknown color: approx Turmeric. HEX triplet: AC, 98 and 41. RGB value is (172,152,65). Sum of RGB (Red+Green+Blue) = 172+152+65=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9841 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9841 is #5367BE. Grayscale: #949494. Windows color (decimal): -5466047 or 4298924. OLE color: 4298924.

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

Color convert

RGB17215265-
CMYK00.120.620.33
HSL48.79º45.15%46.47%-
HSV(B)48.79º62.21%67.45%-
XYZ29.231.619.56-
YUV148.0681.13145.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 65 (25.78% from 255) = 16.71%
R=44.22%
G=39.07%
B=16.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721526500.120.620.3348.7945.1546.47
HexAC98410C3E21312d2e
Octal2542301010147641615556
Binary1010110010011000100000101100111110100001110001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9841; }

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

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

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

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

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

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

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

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