Shades of Toast #AA705F
Tints of Toast #AA705F
RGB
CMYK
RGB Variations
Color information
#AA705F (or 0xAA705F) is known color: Toast. HEX triplet: AA, 70 and 5F. RGB value is (170,112,95). Sum of RGB (Red+Green+Blue) = 170+112+95=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 95 (37.5% from 255 or 25.20% from 377); Max value from RGB is 170 - color contains mainly: red. Hex color #AA705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA705F is #558FA0. Grayscale: #7F7F7F. Windows color (decimal): -5607329 or 6254762. OLE color: 6254762.
HSL color Cylindrical-coordinate representation of color #AA705F: hue angle of 13.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 #AA705F is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 95 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.33 |
| HSL | 13.6º | 0.31% | 0.52% | - |
| HSV(B) | 13.6º | 0.44% | 0.67% | - |
| XYZ | 24.44 | 20.96 | 13.58 | - |
| YUV | 127.4 | 109.72 | 158.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 95 | 0 | 0.34 | 0.44 | 0.33 | 13.6 | 0.31 | 0.52 |
| Hex | AA | 70 | 5F | 0 | 22 | 2C | 21 | E | 1F | 34 |
| Octal | 252 | 160 | 137 | 0 | 42 | 54 | 41 | 16 | 37 | 64 |
| Binary | 10101010 | 1110000 | 1011111 | 0 | 100010 | 101100 | 100001 | 1110 | 11111 | 110100 |
Color Harmonies of #AA705F
Complementary color
Monochromatic Colors of #AA705F
Black with #AA705F
Text Example
Text Example
White with #AA705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA705F; }
p { color: rgb(170,112,95); }
H1.HeaderClassName
{
color: #AA705F;
}
.AnyTagClassName
{
color: #AA705F;
}
</style>
background-color css
<style>
a { background-color: #AA705F; }
a { background-color: rgb(170,112,95); }
div.DivClassName
{
background-color: #AA705F;
}
.BgClassName
{
background-color: #AA705F;
}
</style>
border-color css
<style>
span { border-color: #AA705F; }
span { border-color: rgb(170,112,95); }
td.TdClassName
{
border-color: #AA705F;
}
.TagClassName
{
border-color: #AA705F;
}
</style>