Shades of Toast #AA715A
Tints of Toast #AA715A
RGB
CMYK
RGB Variations
Color information
#AA715A (or 0xAA715A) is known color: Toast. HEX triplet: AA, 71 and 5A. RGB value is (170,113,90). Sum of RGB (Red+Green+Blue) = 170+113+90=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA715A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA715A is #558EA5. Grayscale: #7F7F7F. Windows color (decimal): -5607078 or 5927338. OLE color: 5927338.
HSL color Cylindrical-coordinate representation of color #AA715A: hue angle of 17.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA715A is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 90 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.33 |
| HSL | 17.25º | 0.32% | 0.51% | - |
| HSV(B) | 17.25º | 0.47% | 0.67% | - |
| XYZ | 24.33 | 21.09 | 12.46 | - |
| YUV | 127.42 | 106.88 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 90 | 0 | 0.34 | 0.47 | 0.33 | 17.25 | 0.32 | 0.51 |
| Hex | AA | 71 | 5A | 0 | 22 | 2F | 21 | 11 | 20 | 33 |
| Octal | 252 | 161 | 132 | 0 | 42 | 57 | 41 | 21 | 40 | 63 |
| Binary | 10101010 | 1110001 | 1011010 | 0 | 100010 | 101111 | 100001 | 10001 | 100000 | 110011 |
Color Harmonies of #AA715A
Complementary color
Monochromatic Colors of #AA715A
Black with #AA715A
Text Example
Text Example
White with #AA715A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA715A; }
p { color: rgb(170,113,90); }
H1.HeaderClassName
{
color: #AA715A;
}
.AnyTagClassName
{
color: #AA715A;
}
</style>
background-color css
<style>
a { background-color: #AA715A; }
a { background-color: rgb(170,113,90); }
div.DivClassName
{
background-color: #AA715A;
}
.BgClassName
{
background-color: #AA715A;
}
</style>
border-color css
<style>
span { border-color: #AA715A; }
span { border-color: rgb(170,113,90); }
td.TdClassName
{
border-color: #AA715A;
}
.TagClassName
{
border-color: #AA715A;
}
</style>