Shades of Toast #AA755F
Tints of Toast #AA755F
RGB
CMYK
RGB Variations
Color information
#AA755F (or 0xAA755F) is known color: Toast. HEX triplet: AA, 75 and 5F. RGB value is (170,117,95). Sum of RGB (Red+Green+Blue) = 170+117+95=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA755F is #558AA0. Grayscale: #828282. Windows color (decimal): -5606049 or 6256042. OLE color: 6256042.
HSL color Cylindrical-coordinate representation of color #AA755F: hue angle of 17.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA755F is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 117 | 95 | - |
| CMYK | 0 | 0.31 | 0.44 | 0.33 |
| HSL | 17.6º | 0.31% | 0.52% | - |
| HSV(B) | 17.6º | 0.44% | 0.67% | - |
| XYZ | 25 | 22.09 | 13.77 | - |
| YUV | 130.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 117 | 95 | 0 | 0.31 | 0.44 | 0.33 | 17.6 | 0.31 | 0.52 |
| Hex | AA | 75 | 5F | 0 | 1F | 2C | 21 | 12 | 1F | 34 |
| Octal | 252 | 165 | 137 | 0 | 37 | 54 | 41 | 22 | 37 | 64 |
| Binary | 10101010 | 1110101 | 1011111 | 0 | 11111 | 101100 | 100001 | 10010 | 11111 | 110100 |
Color Harmonies of #AA755F
Complementary color
Monochromatic Colors of #AA755F
Black with #AA755F
Text Example
Text Example
White with #AA755F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA755F; }
p { color: rgb(170,117,95); }
H1.HeaderClassName
{
color: #AA755F;
}
.AnyTagClassName
{
color: #AA755F;
}
</style>
background-color css
<style>
a { background-color: #AA755F; }
a { background-color: rgb(170,117,95); }
div.DivClassName
{
background-color: #AA755F;
}
.BgClassName
{
background-color: #AA755F;
}
</style>
border-color css
<style>
span { border-color: #AA755F; }
span { border-color: rgb(170,117,95); }
td.TdClassName
{
border-color: #AA755F;
}
.TagClassName
{
border-color: #AA755F;
}
</style>