#AC8F48

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

Shades of Turmeric #AC8F48

Tints of Turmeric #AC8F48

Color information

#AC8F48 (or 0xAC8F48) is unknown color: approx Turmeric. HEX triplet: AC, 8F and 48. RGB value is (172,143,72). Sum of RGB (Red+Green+Blue) = 172+143+72=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 72 (28.52% from 255 or 18.60% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8F48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8F48 is #5370B7. Grayscale: #8F8F8F. Windows color (decimal): -5468344 or 4755372. OLE color: 4755372.

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

Color convert

RGB17214372-
CMYK00.170.580.33
HSL42.6º40.98%47.84%-
HSV(B)42.6º58.14%67.45%-
XYZ28.0128.8810.23-
YUV143.5887.61148.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 143 (56.25% from 255) = 36.95%
BLUE value IS 72 (28.52% from 255) = 18.60%
R=44.44%
G=36.95%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721437200.170.580.3342.640.9847.84
HexAC8F480113A212b2930
Octal2542171100217241535160
Binary10101100100011111001000010001111010100001101011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8F48; }

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

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

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

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

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

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

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

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