#AE7760

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

Shades of Toast #AE7760

Tints of Toast #AE7760

Color information

#AE7760 (or 0xAE7760) is unknown color: approx Toast. HEX triplet: AE, 77 and 60. RGB value is (174,119,96). Sum of RGB (Red+Green+Blue) = 174+119+96=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 119 (46.88% from 255 or 30.59% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7760 is #51889F. Grayscale: #848484. Windows color (decimal): -5343392 or 6322094. OLE color: 6322094.

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

Color convert

RGB17411996-
CMYK00.320.450.32
HSL17.69º32.5%52.94%-
HSV(B)17.69º44.83%68.24%-
XYZ26.1623.0414.13-
YUV132.82107.22157.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 119 (46.88% from 255) = 30.59%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=44.73%
G=30.59%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741199600.320.450.3217.6932.552.94
HexAE77600202D20122035
Octal2561671400405540224065
Binary1010111011101111100000010000010110110000010010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7760; }

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

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

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

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

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

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

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

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