#AC705E

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

Shades of Toast #AC705E

Tints of Toast #AC705E

Color information

#AC705E (or 0xAC705E) is unknown color: approx Toast. HEX triplet: AC, 70 and 5E. RGB value is (172,112,94). Sum of RGB (Red+Green+Blue) = 172+112+94=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 94 (37.11% from 255 or 24.87% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC705E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC705E is #538FA1. Grayscale: #808080. Windows color (decimal): -5476258 or 6189228. OLE color: 6189228.

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

Color convert

RGB17211294-
CMYK00.350.450.33
HSL13.85º31.97%52.16%-
HSV(B)13.85º45.35%67.45%-
XYZ24.8321.1713.37-
YUV127.89108.88159.46-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 112 (44.14% from 255) = 29.63%
BLUE value IS 94 (37.11% from 255) = 24.87%
R=45.50%
G=29.63%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721129400.350.450.3313.8531.9752.16
HexAC705E0232D21e2034
Octal2541601360435541164064
Binary101011001110000101111001000111011011000011110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC705E; }

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

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

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

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

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

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

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

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