#AE7560

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

Shades of Toast #AE7560

Tints of Toast #AE7560

Color information

#AE7560 (or 0xAE7560) is unknown color: approx Toast. HEX triplet: AE, 75 and 60. RGB value is (174,117,96). Sum of RGB (Red+Green+Blue) = 174+117+96=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 96 (37.89% from 255 or 24.81% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7560 is #518A9F. Grayscale: #838383. Windows color (decimal): -5343904 or 6321582. OLE color: 6321582.

HSL color Cylindrical-coordinate representation of color #AE7560: hue angle of 16.15º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE7560 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB17411796-
CMYK00.330.450.32
HSL16.15º32.5%52.94%-
HSV(B)16.15º44.83%68.24%-
XYZ25.9322.5714.06-
YUV131.65107.88158.21-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 117 (46.09% from 255) = 30.23%
BLUE value IS 96 (37.89% from 255) = 24.81%
R=44.96%
G=30.23%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741179600.330.450.3216.1532.552.94
HexAE75600212D20102035
Octal2561651400415540204065
Binary1010111011101011100000010000110110110000010000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7560; }

 p { color: rgb(174,117,96); }

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

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

 a { background-color: rgb(174,117,96); }

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

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

 span { border-color: rgb(174,117,96); }

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