Shades of Toast #AE735D
Tints of Toast #AE735D
RGB
CMYK
RGB Variations
Color information
#AE735D (or 0xAE735D) is known color: Toast. HEX triplet: AE, 73 and 5D. RGB value is (174,115,93). Sum of RGB (Red+Green+Blue) = 174+115+93=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 93 (36.72% from 255 or 24.35% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE735D is #518CA2. Grayscale: #828282. Windows color (decimal): -5344419 or 6124462. OLE color: 6124462.
HSL color Cylindrical-coordinate representation of color #AE735D: hue angle of 16.3º 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 #AE735D is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 174 | 115 | 93 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.32 |
| HSL | 16.3º | 0.33% | 0.52% | - |
| HSV(B) | 16.3º | 0.47% | 0.68% | - |
| XYZ | 25.56 | 22.05 | 13.26 | - |
| YUV | 130.13 | 107.05 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 115 | 93 | 0 | 0.34 | 0.47 | 0.32 | 16.3 | 0.33 | 0.52 |
| Hex | AE | 73 | 5D | 0 | 22 | 2F | 20 | 10 | 21 | 34 |
| Octal | 256 | 163 | 135 | 0 | 42 | 57 | 40 | 20 | 41 | 64 |
| Binary | 10101110 | 1110011 | 1011101 | 0 | 100010 | 101111 | 100000 | 10000 | 100001 | 110100 |
Color Harmonies of #AE735D
Complementary color
Monochromatic Colors of #AE735D
Black with #AE735D
Text Example
Text Example
White with #AE735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AE735D; }
p { color: rgb(174,115,93); }
H1.HeaderClassName
{
color: #AE735D;
}
.AnyTagClassName
{
color: #AE735D;
}
</style>
background-color css
<style>
a { background-color: #AE735D; }
a { background-color: rgb(174,115,93); }
div.DivClassName
{
background-color: #AE735D;
}
.BgClassName
{
background-color: #AE735D;
}
</style>
border-color css
<style>
span { border-color: #AE735D; }
span { border-color: rgb(174,115,93); }
td.TdClassName
{
border-color: #AE735D;
}
.TagClassName
{
border-color: #AE735D;
}
</style>