#AE755E

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

Shades of Toast #AE755E

Tints of Toast #AE755E

Color information

#AE755E (or 0xAE755E) is unknown color: approx Toast. HEX triplet: AE, 75 and 5E. RGB value is (174,117,94). Sum of RGB (Red+Green+Blue) = 174+117+94=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 94 (37.11% from 255 or 24.42% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE755E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE755E is #518AA1. Grayscale: #838383. Windows color (decimal): -5343906 or 6190510. OLE color: 6190510.

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

Color convert

RGB17411794-
CMYK00.330.460.32
HSL17.25º33.06%52.55%-
HSV(B)17.25º45.98%68.24%-
XYZ25.8422.5313.58-
YUV131.42106.88158.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 117 (46.09% from 255) = 30.39%
BLUE value IS 94 (37.11% from 255) = 24.42%
R=45.19%
G=30.39%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741179400.330.460.3217.2533.0652.55
HexAE755E0212E20112135
Octal2561651360415640214165
Binary1010111011101011011110010000110111010000010001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE755E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE755E; }

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

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

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

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

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

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

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

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