Shades of Toast #AA7659
Tints of Toast #AA7659
RGB
CMYK
RGB Variations
Color information
#AA7659 (or 0xAA7659) is known color: Toast. HEX triplet: AA, 76 and 59. RGB value is (170,118,89). Sum of RGB (Red+Green+Blue) = 170+118+89=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7659 is #5589A6. Grayscale: #828282. Windows color (decimal): -5605799 or 5863082. OLE color: 5863082.
HSL color Cylindrical-coordinate representation of color #AA7659: hue angle of 21.48º 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 #AA7659 is Cyan = 0, Magento = 0.31, Yellow = 0.48 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 89 | - |
| CMYK | 0 | 0.31 | 0.48 | 0.33 |
| HSL | 21.48º | 0.32% | 0.51% | - |
| HSV(B) | 21.48º | 0.48% | 0.67% | - |
| XYZ | 24.86 | 22.22 | 12.43 | - |
| YUV | 130.24 | 104.73 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 89 | 0 | 0.31 | 0.48 | 0.33 | 21.48 | 0.32 | 0.51 |
| Hex | AA | 76 | 59 | 0 | 1F | 30 | 21 | 15 | 20 | 33 |
| Octal | 252 | 166 | 131 | 0 | 37 | 60 | 41 | 25 | 40 | 63 |
| Binary | 10101010 | 1110110 | 1011001 | 0 | 11111 | 110000 | 100001 | 10101 | 100000 | 110011 |
Color Harmonies of #AA7659
Complementary color
Monochromatic Colors of #AA7659
Black with #AA7659
Text Example
Text Example
White with #AA7659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7659; }
p { color: rgb(170,118,89); }
H1.HeaderClassName
{
color: #AA7659;
}
.AnyTagClassName
{
color: #AA7659;
}
</style>
background-color css
<style>
a { background-color: #AA7659; }
a { background-color: rgb(170,118,89); }
div.DivClassName
{
background-color: #AA7659;
}
.BgClassName
{
background-color: #AA7659;
}
</style>
border-color css
<style>
span { border-color: #AA7659; }
span { border-color: rgb(170,118,89); }
td.TdClassName
{
border-color: #AA7659;
}
.TagClassName
{
border-color: #AA7659;
}
</style>