Shades of Toast #AE755D
Tints of Toast #AE755D
RGB
CMYK
RGB Variations
Color information
#AE755D (or 0xAE755D) is known color: Toast. HEX triplet: AE, 75 and 5D. RGB value is (174,117,93). Sum of RGB (Red+Green+Blue) = 174+117+93=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 93 (36.72% from 255 or 24.22% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE755D is #518AA2. Grayscale: #838383. Windows color (decimal): -5343907 or 6124974. OLE color: 6124974.
HSL color Cylindrical-coordinate representation of color #AE755D: hue angle of 17.78º degrees, saturation: 0.33, 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 #AE755D is Cyan = 0, Magento = 0.33, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 117 | 93 | - |
| CMYK | 0 | 0.33 | 0.47 | 0.32 |
| HSL | 17.78º | 0.33% | 0.52% | - |
| HSV(B) | 17.78º | 0.47% | 0.68% | - |
| XYZ | 25.79 | 22.51 | 13.34 | - |
| YUV | 131.31 | 106.38 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 117 | 93 | 0 | 0.33 | 0.47 | 0.32 | 17.78 | 0.33 | 0.52 |
| Hex | AE | 75 | 5D | 0 | 21 | 2F | 20 | 12 | 21 | 34 |
| Octal | 256 | 165 | 135 | 0 | 41 | 57 | 40 | 22 | 41 | 64 |
| Binary | 10101110 | 1110101 | 1011101 | 0 | 100001 | 101111 | 100000 | 10010 | 100001 | 110100 |
Color Harmonies of #AE755D
Complementary color
Monochromatic Colors of #AE755D
Black with #AE755D
Text Example
Text Example
White with #AE755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE755D; }
p { color: rgb(174,117,93); }
H1.HeaderClassName
{
color: #AE755D;
}
.AnyTagClassName
{
color: #AE755D;
}
</style>
background-color css
<style>
a { background-color: #AE755D; }
a { background-color: rgb(174,117,93); }
div.DivClassName
{
background-color: #AE755D;
}
.BgClassName
{
background-color: #AE755D;
}
</style>
border-color css
<style>
span { border-color: #AE755D; }
span { border-color: rgb(174,117,93); }
td.TdClassName
{
border-color: #AE755D;
}
.TagClassName
{
border-color: #AE755D;
}
</style>