#AC745F

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

Shades of Toast #AC745F

Tints of Toast #AC745F

Color information

#AC745F (or 0xAC745F) is unknown color: approx Toast. HEX triplet: AC, 74 and 5F. RGB value is (172,116,95). Sum of RGB (Red+Green+Blue) = 172+116+95=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC745F is #538BA0. Grayscale: #828282. Windows color (decimal): -5475233 or 6255788. OLE color: 6255788.

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

Color convert

RGB17211695-
CMYK00.330.450.33
HSL16.36º31.69%52.35%-
HSV(B)16.36º44.77%67.45%-
XYZ25.3222.0913.76-
YUV130.35108.05157.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=44.91%
G=30.29%
B=24.80%

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
Decimal1721169500.330.450.3316.3631.6952.35
HexAC745F0212D21102034
Octal2541641370415541204064
Binary1010110011101001011111010000110110110000110000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC745F; }

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

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

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

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

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

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

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

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