#AC8F41

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

Shades of Turmeric #AC8F41

Tints of Turmeric #AC8F41

Color information

#AC8F41 (or 0xAC8F41) is unknown color: approx Turmeric. HEX triplet: AC, 8F and 41. RGB value is (172,143,65). Sum of RGB (Red+Green+Blue) = 172+143+65=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F41 is #5370BE. Grayscale: #8F8F8F. Windows color (decimal): -5468351 or 4296620. OLE color: 4296620.

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

Color convert

RGB17214365-
CMYK00.170.620.33
HSL43.74º45.15%46.47%-
HSV(B)43.74º62.21%67.45%-
XYZ27.7928.89.09-
YUV142.7884.11148.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 65 (25.78% from 255) = 17.11%
R=45.26%
G=37.63%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721436500.170.620.3343.7445.1546.47
HexAC8F410113E212c2d2e
Octal2542171010217641545556
Binary10101100100011111000001010001111110100001101100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F41; }

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

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

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

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

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

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

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

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