#AC745E

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

Shades of Toast #AC745E

Tints of Toast #AC745E

Color information

#AC745E (or 0xAC745E) is unknown color: approx Toast. HEX triplet: AC, 74 and 5E. RGB value is (172,116,94). Sum of RGB (Red+Green+Blue) = 172+116+94=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC745E is #538BA1. Grayscale: #828282. Windows color (decimal): -5475234 or 6190252. OLE color: 6190252.

HSL color Cylindrical-coordinate representation of color #AC745E: hue angle of 16.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AC745E is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB17211694-
CMYK00.330.450.33
HSL16.92º31.97%52.16%-
HSV(B)16.92º45.35%67.45%-
XYZ25.2822.0713.52-
YUV130.24107.55157.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 116 (45.70% from 255) = 30.37%
BLUE value IS 94 (37.11% from 255) = 24.61%
R=45.03%
G=30.37%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721169400.330.450.3316.9231.9752.16
HexAC745E0212D21112034
Octal2541641360415541214064
Binary1010110011101001011110010000110110110000110001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC745E; }

 p { color: rgb(172,116,94); }

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

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

 a { background-color: rgb(172,116,94); }

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

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

 span { border-color: rgb(172,116,94); }

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