Shades of Toast #AA7559
Tints of Toast #AA7559
RGB
CMYK
RGB Variations
Color information
#AA7559 (or 0xAA7559) is known color: Toast. HEX triplet: AA, 75 and 59. RGB value is (170,117,89). Sum of RGB (Red+Green+Blue) = 170+117+89=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 89 (35.16% from 255 or 23.67% from 376); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7559 is #558AA6. Grayscale: #818181. Windows color (decimal): -5606055 or 5862826. OLE color: 5862826.
HSL color Cylindrical-coordinate representation of color #AA7559: hue angle of 20.74º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA7559 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 89 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.33 |
| HSL | 20.74º | 0.32% | 0.51% | - |
| HSV(B) | 20.74º | 0.48% | 0.67% | - |
| XYZ | 24.74 | 21.99 | 12.39 | - |
| YUV | 129.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 89 | 0 | 0.31 | 0.48 | 0.33 | 20.74 | 0.32 | 0.51 |
| Hex | AA | 75 | 59 | 0 | 1F | 30 | 21 | 15 | 20 | 33 |
| Octal | 252 | 165 | 131 | 0 | 37 | 60 | 41 | 25 | 40 | 63 |
| Binary | 10101010 | 1110101 | 1011001 | 0 | 11111 | 110000 | 100001 | 10101 | 100000 | 110011 |
Color Harmonies of #AA7559
Complementary color
Monochromatic Colors of #AA7559
Black with #AA7559
Text Example
Text Example
White with #AA7559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7559; }
p { color: rgb(170,117,89); }
H1.HeaderClassName
{
color: #AA7559;
}
.AnyTagClassName
{
color: #AA7559;
}
</style>
background-color css
<style>
a { background-color: #AA7559; }
a { background-color: rgb(170,117,89); }
div.DivClassName
{
background-color: #AA7559;
}
.BgClassName
{
background-color: #AA7559;
}
</style>
border-color css
<style>
span { border-color: #AA7559; }
span { border-color: rgb(170,117,89); }
td.TdClassName
{
border-color: #AA7559;
}
.TagClassName
{
border-color: #AA7559;
}
</style>