Shades of Toast #AA715B
Tints of Toast #AA715B
RGB
CMYK
RGB Variations
Color information
#AA715B (or 0xAA715B) is known color: Toast. HEX triplet: AA, 71 and 5B. RGB value is (170,113,91). Sum of RGB (Red+Green+Blue) = 170+113+91=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA715B is #558EA4. Grayscale: #7F7F7F. Windows color (decimal): -5607077 or 5992874. OLE color: 5992874.
HSL color Cylindrical-coordinate representation of color #AA715B: hue angle of 16.71º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA715B is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 113 | 91 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.33 |
| HSL | 16.71º | 0.32% | 0.51% | - |
| HSV(B) | 16.71º | 0.46% | 0.67% | - |
| XYZ | 24.37 | 21.11 | 12.69 | - |
| YUV | 127.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 113 | 91 | 0 | 0.34 | 0.46 | 0.33 | 16.71 | 0.32 | 0.51 |
| Hex | AA | 71 | 5B | 0 | 22 | 2E | 21 | 11 | 20 | 33 |
| Octal | 252 | 161 | 133 | 0 | 42 | 56 | 41 | 21 | 40 | 63 |
| Binary | 10101010 | 1110001 | 1011011 | 0 | 100010 | 101110 | 100001 | 10001 | 100000 | 110011 |
Color Harmonies of #AA715B
Complementary color
Monochromatic Colors of #AA715B
Black with #AA715B
Text Example
Text Example
White with #AA715B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA715B; }
p { color: rgb(170,113,91); }
H1.HeaderClassName
{
color: #AA715B;
}
.AnyTagClassName
{
color: #AA715B;
}
</style>
background-color css
<style>
a { background-color: #AA715B; }
a { background-color: rgb(170,113,91); }
div.DivClassName
{
background-color: #AA715B;
}
.BgClassName
{
background-color: #AA715B;
}
</style>
border-color css
<style>
span { border-color: #AA715B; }
span { border-color: rgb(170,113,91); }
td.TdClassName
{
border-color: #AA715B;
}
.TagClassName
{
border-color: #AA715B;
}
</style>