Shades of Toast #AA7564
Tints of Toast #AA7564
RGB
CMYK
RGB Variations
Color information
#AA7564 (or 0xAA7564) is known color: Toast. HEX triplet: AA, 75 and 64. RGB value is (170,117,100). Sum of RGB (Red+Green+Blue) = 170+117+100=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 117 (46.09% from 255 or 30.23% from 387); Blue value is 100 (39.45% from 255 or 25.84% from 387); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7564 is #558A9B. Grayscale: #838383. Windows color (decimal): -5606044 or 6583722. OLE color: 6583722.
HSL color Cylindrical-coordinate representation of color #AA7564: hue angle of 14.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AA7564 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 100 | - |
| CMYK | 0 | 0.31 | 0.41 | 0.33 |
| HSL | 14.57º | 0.29% | 0.53% | - |
| HSV(B) | 14.57º | 0.41% | 0.67% | - |
| XYZ | 25.24 | 22.19 | 15.01 | - |
| YUV | 130.91 | 110.56 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 100 | 0 | 0.31 | 0.41 | 0.33 | 14.57 | 0.29 | 0.53 |
| Hex | AA | 75 | 64 | 0 | 1F | 29 | 21 | F | 1D | 35 |
| Octal | 252 | 165 | 144 | 0 | 37 | 51 | 41 | 17 | 35 | 65 |
| Binary | 10101010 | 1110101 | 1100100 | 0 | 11111 | 101001 | 100001 | 1111 | 11101 | 110101 |
Color Harmonies of #AA7564
Complementary color
Monochromatic Colors of #AA7564
Black with #AA7564
Text Example
Text Example
White with #AA7564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7564; }
p { color: rgb(170,117,100); }
H1.HeaderClassName
{
color: #AA7564;
}
.AnyTagClassName
{
color: #AA7564;
}
</style>
background-color css
<style>
a { background-color: #AA7564; }
a { background-color: rgb(170,117,100); }
div.DivClassName
{
background-color: #AA7564;
}
.BgClassName
{
background-color: #AA7564;
}
</style>
border-color css
<style>
span { border-color: #AA7564; }
span { border-color: rgb(170,117,100); }
td.TdClassName
{
border-color: #AA7564;
}
.TagClassName
{
border-color: #AA7564;
}
</style>