#AE765B

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

Shades of Toast #AE765B

Tints of Toast #AE765B

Color information

#AE765B (or 0xAE765B) is unknown color: approx Toast. HEX triplet: AE, 76 and 5B. RGB value is (174,118,91). Sum of RGB (Red+Green+Blue) = 174+118+91=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE765B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE765B is #5189A4. Grayscale: #838383. Windows color (decimal): -5343653 or 5994158. OLE color: 5994158.

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

Color convert

RGB17411891-
CMYK00.320.480.32
HSL19.52º33.88%51.96%-
HSV(B)19.52º47.7%68.24%-
XYZ25.8222.7112.92-
YUV131.67105.05158.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=45.43%
G=30.81%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1741189100.320.480.3219.5233.8851.96
HexAE765B0203020142234
Octal2561661330406040244264
Binary1010111011101101011011010000011000010000010100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE765B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE765B; }

 p { color: rgb(174,118,91); }

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

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

 a { background-color: rgb(174,118,91); }

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

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

 span { border-color: rgb(174,118,91); }

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