#AC9041

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

Shades of Turmeric #AC9041

Tints of Turmeric #AC9041

Color information

#AC9041 (or 0xAC9041) is unknown color: approx Turmeric. HEX triplet: AC, 90 and 41. RGB value is (172,144,65). Sum of RGB (Red+Green+Blue) = 172+144+65=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 65 (25.78% from 255 or 17.06% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9041 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9041 is #536FBE. Grayscale: #8F8F8F. Windows color (decimal): -5468095 or 4296876. OLE color: 4296876.

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

Color convert

RGB17214465-
CMYK00.160.620.33
HSL44.3º45.15%46.47%-
HSV(B)44.3º62.21%67.45%-
XYZ27.9429.19.15-
YUV143.3783.78148.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 144 (56.64% from 255) = 37.80%
BLUE value IS 65 (25.78% from 255) = 17.06%
R=45.14%
G=37.80%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721446500.160.620.3344.345.1546.47
HexAC90410103E212c2d2e
Octal2542201010207641545556
Binary10101100100100001000001010000111110100001101100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9041; }

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

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

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

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

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

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

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

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