Shades of Toast #AA7562
Tints of Toast #AA7562
RGB
CMYK
RGB Variations
Color information
#AA7562 (or 0xAA7562) is known color: Toast. HEX triplet: AA, 75 and 62. RGB value is (170,117,98). Sum of RGB (Red+Green+Blue) = 170+117+98=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7562 is #558A9D. Grayscale: #828282. Windows color (decimal): -5606046 or 6452650. OLE color: 6452650.
HSL color Cylindrical-coordinate representation of color #AA7562: hue angle of 15.83º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7562 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 98 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.33 |
| HSL | 15.83º | 0.3% | 0.53% | - |
| HSV(B) | 15.83º | 0.42% | 0.67% | - |
| XYZ | 25.14 | 22.15 | 14.51 | - |
| YUV | 130.68 | 109.56 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 98 | 0 | 0.31 | 0.42 | 0.33 | 15.83 | 0.3 | 0.53 |
| Hex | AA | 75 | 62 | 0 | 1F | 2A | 21 | 10 | 1E | 35 |
| Octal | 252 | 165 | 142 | 0 | 37 | 52 | 41 | 20 | 36 | 65 |
| Binary | 10101010 | 1110101 | 1100010 | 0 | 11111 | 101010 | 100001 | 10000 | 11110 | 110101 |
Color Harmonies of #AA7562
Complementary color
Monochromatic Colors of #AA7562
Black with #AA7562
Text Example
Text Example
White with #AA7562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7562; }
p { color: rgb(170,117,98); }
H1.HeaderClassName
{
color: #AA7562;
}
.AnyTagClassName
{
color: #AA7562;
}
</style>
background-color css
<style>
a { background-color: #AA7562; }
a { background-color: rgb(170,117,98); }
div.DivClassName
{
background-color: #AA7562;
}
.BgClassName
{
background-color: #AA7562;
}
</style>
border-color css
<style>
span { border-color: #AA7562; }
span { border-color: rgb(170,117,98); }
td.TdClassName
{
border-color: #AA7562;
}
.TagClassName
{
border-color: #AA7562;
}
</style>