Shades of Toast #AE735C
Tints of Toast #AE735C
RGB
CMYK
RGB Variations
Color information
#AE735C (or 0xAE735C) is known color: Toast. HEX triplet: AE, 73 and 5C. RGB value is (174,115,92). Sum of RGB (Red+Green+Blue) = 174+115+92=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE735C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE735C is #518CA3. Grayscale: #828282. Windows color (decimal): -5344420 or 6058926. OLE color: 6058926.
HSL color Cylindrical-coordinate representation of color #AE735C: hue angle of 16.83º 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 #AE735C is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 92 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.32 |
| HSL | 16.83º | 0.34% | 0.52% | - |
| HSV(B) | 16.83º | 0.47% | 0.68% | - |
| XYZ | 25.52 | 22.03 | 13.03 | - |
| YUV | 130.02 | 106.55 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 92 | 0 | 0.34 | 0.47 | 0.32 | 16.83 | 0.34 | 0.52 |
| Hex | AE | 73 | 5C | 0 | 22 | 2F | 20 | 11 | 22 | 34 |
| Octal | 256 | 163 | 134 | 0 | 42 | 57 | 40 | 21 | 42 | 64 |
| Binary | 10101110 | 1110011 | 1011100 | 0 | 100010 | 101111 | 100000 | 10001 | 100010 | 110100 |
Color Harmonies of #AE735C
Complementary color
Monochromatic Colors of #AE735C
Black with #AE735C
Text Example
Text Example
White with #AE735C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE735C; }
p { color: rgb(174,115,92); }
H1.HeaderClassName
{
color: #AE735C;
}
.AnyTagClassName
{
color: #AE735C;
}
</style>
background-color css
<style>
a { background-color: #AE735C; }
a { background-color: rgb(174,115,92); }
div.DivClassName
{
background-color: #AE735C;
}
.BgClassName
{
background-color: #AE735C;
}
</style>
border-color css
<style>
span { border-color: #AE735C; }
span { border-color: rgb(174,115,92); }
td.TdClassName
{
border-color: #AE735C;
}
.TagClassName
{
border-color: #AE735C;
}
</style>