#AE775E

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

Shades of Toast #AE775E

Tints of Toast #AE775E

Color information

#AE775E (or 0xAE775E) is unknown color: approx Toast. HEX triplet: AE, 77 and 5E. RGB value is (174,119,94). Sum of RGB (Red+Green+Blue) = 174+119+94=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE775E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE775E is #5188A1. Grayscale: #848484. Windows color (decimal): -5343394 or 6191022. OLE color: 6191022.

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

Color convert

RGB17411994-
CMYK00.320.460.32
HSL18.75º33.06%52.55%-
HSV(B)18.75º45.98%68.24%-
XYZ26.072313.66-
YUV132.6106.22157.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.96%
GREEN value IS 119 (46.88% from 255) = 30.75%
BLUE value IS 94 (37.11% from 255) = 24.29%
R=44.96%
G=30.75%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741199400.320.460.3218.7533.0652.55
HexAE775E0202E20132135
Octal2561671360405640234165
Binary1010111011101111011110010000010111010000010011100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE775E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE775E; }

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

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

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

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

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

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

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

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