#AE7460

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

Shades of Toast #AE7460

Tints of Toast #AE7460

Color information

#AE7460 (or 0xAE7460) is unknown color: approx Toast. HEX triplet: AE, 74 and 60. RGB value is (174,116,96). Sum of RGB (Red+Green+Blue) = 174+116+96=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7460 is #518B9F. Grayscale: #838383. Windows color (decimal): -5344160 or 6321326. OLE color: 6321326.

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

Color convert

RGB17411696-
CMYK00.330.450.32
HSL15.38º32.5%52.94%-
HSV(B)15.38º44.83%68.24%-
XYZ25.8122.3314.02-
YUV131.06108.22158.63-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 116 (45.70% from 255) = 30.05%
BLUE value IS 96 (37.89% from 255) = 24.87%
R=45.08%
G=30.05%
B=24.87%

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
Decimal1741169600.330.450.3215.3832.552.94
HexAE74600212D20f2035
Octal2561641400415540174065
Binary101011101110100110000001000011011011000001111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7460; }

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

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

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

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

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

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

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

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