#AC8D48

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

Shades of Turmeric #AC8D48

Tints of Turmeric #AC8D48

Color information

#AC8D48 (or 0xAC8D48) is unknown color: approx Turmeric. HEX triplet: AC, 8D and 48. RGB value is (172,141,72). Sum of RGB (Red+Green+Blue) = 172+141+72=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8D48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8D48 is #5372B7. Grayscale: #8E8E8E. Windows color (decimal): -5468856 or 4754860. OLE color: 4754860.

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

Color convert

RGB17214172-
CMYK00.180.580.33
HSL41.4º40.98%47.84%-
HSV(B)41.4º58.14%67.45%-
XYZ27.7128.2910.13-
YUV142.488.27149.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 141 (55.47% from 255) = 36.62%
BLUE value IS 72 (28.52% from 255) = 18.70%
R=44.68%
G=36.62%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721417200.180.580.3341.440.9847.84
HexAC8D480123A21292930
Octal2542151100227241515160
Binary10101100100011011001000010010111010100001101001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8D48; }

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

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

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

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

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

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

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

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