#AC715F

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

Shades of Toast #AC715F

Tints of Toast #AC715F

Color information

#AC715F (or 0xAC715F) is unknown color: approx Toast. HEX triplet: AC, 71 and 5F. RGB value is (172,113,95). Sum of RGB (Red+Green+Blue) = 172+113+95=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC715F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC715F is #538EA0. Grayscale: #808080. Windows color (decimal): -5476001 or 6255020. OLE color: 6255020.

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

Color convert

RGB17211395-
CMYK00.340.450.33
HSL14.03º31.69%52.35%-
HSV(B)14.03º44.77%67.45%-
XYZ24.9821.4113.64-
YUV128.59109.05158.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 113 (44.53% from 255) = 29.74%
BLUE value IS 95 (37.5% from 255) = 25%
R=45.26%
G=29.74%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721139500.340.450.3314.0331.6952.35
HexAC715F0222D21e2034
Octal2541611370425541164064
Binary101011001110001101111101000101011011000011110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC715F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC715F; }

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

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

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

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

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

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

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

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