Shades of Toast #AA775B
Tints of Toast #AA775B
RGB
CMYK
RGB Variations
Color information
#AA775B (or 0xAA775B) is known color: Toast. HEX triplet: AA, 77 and 5B. RGB value is (170,119,91). Sum of RGB (Red+Green+Blue) = 170+119+91=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 91 (35.94% from 255 or 23.95% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA775B is #5588A4. Grayscale: #838383. Windows color (decimal): -5605541 or 5994410. OLE color: 5994410.
HSL color Cylindrical-coordinate representation of color #AA775B: hue angle of 21.27º 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 #AA775B is Cyan = 0, Magento = 0.3, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 119 | 91 | - |
| CMYK | 0 | 0.3 | 0.46 | 0.33 |
| HSL | 21.27º | 0.32% | 0.51% | - |
| HSV(B) | 21.27º | 0.46% | 0.67% | - |
| XYZ | 25.06 | 22.5 | 12.92 | - |
| YUV | 131.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 91 | 0 | 0.3 | 0.46 | 0.33 | 21.27 | 0.32 | 0.51 |
| Hex | AA | 77 | 5B | 0 | 1E | 2E | 21 | 15 | 20 | 33 |
| Octal | 252 | 167 | 133 | 0 | 36 | 56 | 41 | 25 | 40 | 63 |
| Binary | 10101010 | 1110111 | 1011011 | 0 | 11110 | 101110 | 100001 | 10101 | 100000 | 110011 |
Color Harmonies of #AA775B
Complementary color
Monochromatic Colors of #AA775B
Black with #AA775B
Text Example
Text Example
White with #AA775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA775B; }
p { color: rgb(170,119,91); }
H1.HeaderClassName
{
color: #AA775B;
}
.AnyTagClassName
{
color: #AA775B;
}
</style>
background-color css
<style>
a { background-color: #AA775B; }
a { background-color: rgb(170,119,91); }
div.DivClassName
{
background-color: #AA775B;
}
.BgClassName
{
background-color: #AA775B;
}
</style>
border-color css
<style>
span { border-color: #AA775B; }
span { border-color: rgb(170,119,91); }
td.TdClassName
{
border-color: #AA775B;
}
.TagClassName
{
border-color: #AA775B;
}
</style>