#AC715D

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

Shades of Toast #AC715D

Tints of Toast #AC715D

Color information

#AC715D (or 0xAC715D) is unknown color: approx Toast. HEX triplet: AC, 71 and 5D. RGB value is (172,113,93). Sum of RGB (Red+Green+Blue) = 172+113+93=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 93 (36.72% from 255 or 24.60% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC715D is #538EA2. Grayscale: #808080. Windows color (decimal): -5476003 or 6123948. OLE color: 6123948.

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

Color convert

RGB17211393-
CMYK00.340.460.33
HSL15.19º32.24%51.96%-
HSV(B)15.19º45.93%67.45%-
XYZ24.8921.3713.17-
YUV128.36108.05159.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 93 (36.72% from 255) = 24.60%
R=45.50%
G=29.89%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721139300.340.460.3315.1932.2451.96
HexAC715D0222E21f2034
Octal2541611350425641174064
Binary101011001110001101110101000101011101000011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC715D; }

 p { color: rgb(172,113,93); }

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

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

 a { background-color: rgb(172,113,93); }

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

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

 span { border-color: rgb(172,113,93); }

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