Shades of Toast #AA765E
Tints of Toast #AA765E
RGB
CMYK
RGB Variations
Color information
#AA765E (or 0xAA765E) is known color: Toast. HEX triplet: AA, 76 and 5E. RGB value is (170,118,94). Sum of RGB (Red+Green+Blue) = 170+118+94=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA765E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA765E is #5589A1. Grayscale: #828282. Windows color (decimal): -5605794 or 6190762. OLE color: 6190762.
HSL color Cylindrical-coordinate representation of color #AA765E: hue angle of 18.95º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA765E is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 94 | - |
| CMYK | 0 | 0.31 | 0.45 | 0.33 |
| HSL | 18.95º | 0.31% | 0.52% | - |
| HSV(B) | 18.95º | 0.45% | 0.67% | - |
| XYZ | 25.08 | 22.31 | 13.57 | - |
| YUV | 130.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 94 | 0 | 0.31 | 0.45 | 0.33 | 18.95 | 0.31 | 0.52 |
| Hex | AA | 76 | 5E | 0 | 1F | 2D | 21 | 13 | 1F | 34 |
| Octal | 252 | 166 | 136 | 0 | 37 | 55 | 41 | 23 | 37 | 64 |
| Binary | 10101010 | 1110110 | 1011110 | 0 | 11111 | 101101 | 100001 | 10011 | 11111 | 110100 |
Color Harmonies of #AA765E
Complementary color
Monochromatic Colors of #AA765E
Black with #AA765E
Text Example
Text Example
White with #AA765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA765E; }
p { color: rgb(170,118,94); }
H1.HeaderClassName
{
color: #AA765E;
}
.AnyTagClassName
{
color: #AA765E;
}
</style>
background-color css
<style>
a { background-color: #AA765E; }
a { background-color: rgb(170,118,94); }
div.DivClassName
{
background-color: #AA765E;
}
.BgClassName
{
background-color: #AA765E;
}
</style>
border-color css
<style>
span { border-color: #AA765E; }
span { border-color: rgb(170,118,94); }
td.TdClassName
{
border-color: #AA765E;
}
.TagClassName
{
border-color: #AA765E;
}
</style>