Shades of Toast #AA745F
Tints of Toast #AA745F
RGB
CMYK
RGB Variations
Color information
#AA745F (or 0xAA745F) is known color: Toast. HEX triplet: AA, 74 and 5F. RGB value is (170,116,95). Sum of RGB (Red+Green+Blue) = 170+116+95=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 170 - color contains mainly: red. Hex color #AA745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA745F is #558BA0. Grayscale: #818181. Windows color (decimal): -5606305 or 6255786. OLE color: 6255786.
HSL color Cylindrical-coordinate representation of color #AA745F: hue angle of 16.8º 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 #AA745F is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 95 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.33 |
| HSL | 16.8º | 0.31% | 0.52% | - |
| HSV(B) | 16.8º | 0.44% | 0.67% | - |
| XYZ | 24.89 | 21.86 | 13.73 | - |
| YUV | 129.75 | 108.39 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 95 | 0 | 0.32 | 0.44 | 0.33 | 16.8 | 0.31 | 0.52 |
| Hex | AA | 74 | 5F | 0 | 20 | 2C | 21 | 11 | 1F | 34 |
| Octal | 252 | 164 | 137 | 0 | 40 | 54 | 41 | 21 | 37 | 64 |
| Binary | 10101010 | 1110100 | 1011111 | 0 | 100000 | 101100 | 100001 | 10001 | 11111 | 110100 |
Color Harmonies of #AA745F
Complementary color
Monochromatic Colors of #AA745F
Black with #AA745F
Text Example
Text Example
White with #AA745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA745F; }
p { color: rgb(170,116,95); }
H1.HeaderClassName
{
color: #AA745F;
}
.AnyTagClassName
{
color: #AA745F;
}
</style>
background-color css
<style>
a { background-color: #AA745F; }
a { background-color: rgb(170,116,95); }
div.DivClassName
{
background-color: #AA745F;
}
.BgClassName
{
background-color: #AA745F;
}
</style>
border-color css
<style>
span { border-color: #AA745F; }
span { border-color: rgb(170,116,95); }
td.TdClassName
{
border-color: #AA745F;
}
.TagClassName
{
border-color: #AA745F;
}
</style>