#AC715E

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

Shades of Toast #AC715E

Tints of Toast #AC715E

Color information

#AC715E (or 0xAC715E) is unknown color: approx Toast. HEX triplet: AC, 71 and 5E. RGB value is (172,113,94). Sum of RGB (Red+Green+Blue) = 172+113+94=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 94 (37.11% from 255 or 24.80% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC715E is #538EA1. Grayscale: #808080. Windows color (decimal): -5476002 or 6189484. OLE color: 6189484.

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

Color convert

RGB17211394-
CMYK00.340.450.33
HSL14.62º31.97%52.16%-
HSV(B)14.62º45.35%67.45%-
XYZ24.9421.3913.4-
YUV128.48108.55159.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 94 (37.11% from 255) = 24.80%
R=45.38%
G=29.82%
B=24.80%

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
Decimal1721139400.340.450.3314.6231.9752.16
HexAC715E0222D21f2034
Octal2541611360425541174064
Binary101011001110001101111001000101011011000011111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC715E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC715E; }

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

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

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

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

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

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

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

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