#AE755C

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

Shades of Toast #AE755C

Tints of Toast #AE755C

Color information

#AE755C (or 0xAE755C) is unknown color: approx Toast. HEX triplet: AE, 75 and 5C. RGB value is (174,117,92). Sum of RGB (Red+Green+Blue) = 174+117+92=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE755C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE755C is #518AA3. Grayscale: #838383. Windows color (decimal): -5343908 or 6059438. OLE color: 6059438.

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

Color convert

RGB17411792-
CMYK00.330.470.32
HSL18.29º33.61%52.16%-
HSV(B)18.29º47.13%68.24%-
XYZ25.7522.4913.11-
YUV131.19105.88158.53-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 117 (46.09% from 255) = 30.55%
BLUE value IS 92 (36.33% from 255) = 24.02%
R=45.43%
G=30.55%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741179200.330.470.3218.2933.6152.16
HexAE755C0212F20122234
Octal2561651340415740224264
Binary1010111011101011011100010000110111110000010010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE755C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE755C; }

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

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

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

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

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

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

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

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