Shades of Toast #AA735F
Tints of Toast #AA735F
RGB
CMYK
RGB Variations
Color information
#AA735F (or 0xAA735F) is known color: Toast. HEX triplet: AA, 73 and 5F. RGB value is (170,115,95). Sum of RGB (Red+Green+Blue) = 170+115+95=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 170 - color contains mainly: red. Hex color #AA735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA735F is #558CA0. Grayscale: #818181. Windows color (decimal): -5606561 or 6255530. OLE color: 6255530.
HSL color Cylindrical-coordinate representation of color #AA735F: hue angle of 16º 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 #AA735F is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 115 | 95 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.33 |
| HSL | 16º | 0.31% | 0.52% | - |
| HSV(B) | 16º | 0.44% | 0.67% | - |
| XYZ | 24.77 | 21.63 | 13.7 | - |
| YUV | 129.17 | 108.72 | 157.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 115 | 95 | 0 | 0.32 | 0.44 | 0.33 | 16 | 0.31 | 0.52 |
| Hex | AA | 73 | 5F | 0 | 20 | 2C | 21 | 10 | 1F | 34 |
| Octal | 252 | 163 | 137 | 0 | 40 | 54 | 41 | 20 | 37 | 64 |
| Binary | 10101010 | 1110011 | 1011111 | 0 | 100000 | 101100 | 100001 | 10000 | 11111 | 110100 |
Color Harmonies of #AA735F
Complementary color
Monochromatic Colors of #AA735F
Black with #AA735F
Text Example
Text Example
White with #AA735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA735F; }
p { color: rgb(170,115,95); }
H1.HeaderClassName
{
color: #AA735F;
}
.AnyTagClassName
{
color: #AA735F;
}
</style>
background-color css
<style>
a { background-color: #AA735F; }
a { background-color: rgb(170,115,95); }
div.DivClassName
{
background-color: #AA735F;
}
.BgClassName
{
background-color: #AA735F;
}
</style>
border-color css
<style>
span { border-color: #AA735F; }
span { border-color: rgb(170,115,95); }
td.TdClassName
{
border-color: #AA735F;
}
.TagClassName
{
border-color: #AA735F;
}
</style>