Shades of Toast #AA715E
Tints of Toast #AA715E
RGB
CMYK
RGB Variations
Color information
#AA715E (or 0xAA715E) is known color: Toast. HEX triplet: AA, 71 and 5E. RGB value is (170,113,94). Sum of RGB (Red+Green+Blue) = 170+113+94=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA715E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA715E is #558EA1. Grayscale: #808080. Windows color (decimal): -5607074 or 6189482. OLE color: 6189482.
HSL color Cylindrical-coordinate representation of color #AA715E: hue angle of 15º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA715E is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 94 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.33 |
| HSL | 15º | 0.31% | 0.52% | - |
| HSV(B) | 15º | 0.45% | 0.67% | - |
| XYZ | 24.5 | 21.16 | 13.38 | - |
| YUV | 127.88 | 108.88 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 94 | 0 | 0.34 | 0.45 | 0.33 | 15 | 0.31 | 0.52 |
| Hex | AA | 71 | 5E | 0 | 22 | 2D | 21 | F | 1F | 34 |
| Octal | 252 | 161 | 136 | 0 | 42 | 55 | 41 | 17 | 37 | 64 |
| Binary | 10101010 | 1110001 | 1011110 | 0 | 100010 | 101101 | 100001 | 1111 | 11111 | 110100 |
Color Harmonies of #AA715E
Complementary color
Monochromatic Colors of #AA715E
Black with #AA715E
Text Example
Text Example
White with #AA715E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA715E; }
p { color: rgb(170,113,94); }
H1.HeaderClassName
{
color: #AA715E;
}
.AnyTagClassName
{
color: #AA715E;
}
</style>
background-color css
<style>
a { background-color: #AA715E; }
a { background-color: rgb(170,113,94); }
div.DivClassName
{
background-color: #AA715E;
}
.BgClassName
{
background-color: #AA715E;
}
</style>
border-color css
<style>
span { border-color: #AA715E; }
span { border-color: rgb(170,113,94); }
td.TdClassName
{
border-color: #AA715E;
}
.TagClassName
{
border-color: #AA715E;
}
</style>