#AC8E45

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

Shades of Turmeric #AC8E45

Tints of Turmeric #AC8E45

Color information

#AC8E45 (or 0xAC8E45) is unknown color: approx Turmeric. HEX triplet: AC, 8E and 45. RGB value is (172,142,69). Sum of RGB (Red+Green+Blue) = 172+142+69=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC8E45 is #5371BA. Grayscale: #8E8E8E. Windows color (decimal): -5468603 or 4558508. OLE color: 4558508.

HSL color Cylindrical-coordinate representation of color #AC8E45: hue angle of 42.52º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AC8E45 is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB17214269-
CMYK00.170.600.33
HSL42.52º42.74%47.25%-
HSV(B)42.52º59.88%67.45%-
XYZ27.7628.559.68-
YUV142.6586.44148.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 142 (55.86% from 255) = 37.08%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=44.91%
G=37.08%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721426900.170.600.3342.5242.7447.25
HexAC8E450113C212b2b2f
Octal2542161050217441535357
Binary10101100100011101000101010001111100100001101011101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8E45; }

 p { color: rgb(172,142,69); }

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

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

 a { background-color: rgb(172,142,69); }

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

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

 span { border-color: rgb(172,142,69); }

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