Shades of Toast #AA705D
Tints of Toast #AA705D
RGB
CMYK
RGB Variations
Color information
#AA705D (or 0xAA705D) is known color: Toast. HEX triplet: AA, 70 and 5D. RGB value is (170,112,93). Sum of RGB (Red+Green+Blue) = 170+112+93=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 112 (44.14% from 255 or 29.87% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA705D is #558FA2. Grayscale: #7F7F7F. Windows color (decimal): -5607331 or 6123690. OLE color: 6123690.
HSL color Cylindrical-coordinate representation of color #AA705D: hue angle of 14.81º 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 #AA705D is Cyan = 0, Magento = 0.34, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 112 | 93 | - |
| CMYK | 0 | 0.34 | 0.45 | 0.33 |
| HSL | 14.81º | 0.31% | 0.52% | - |
| HSV(B) | 14.81º | 0.45% | 0.67% | - |
| XYZ | 24.35 | 20.92 | 13.11 | - |
| YUV | 127.18 | 108.72 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 112 | 93 | 0 | 0.34 | 0.45 | 0.33 | 14.81 | 0.31 | 0.52 |
| Hex | AA | 70 | 5D | 0 | 22 | 2D | 21 | F | 1F | 34 |
| Octal | 252 | 160 | 135 | 0 | 42 | 55 | 41 | 17 | 37 | 64 |
| Binary | 10101010 | 1110000 | 1011101 | 0 | 100010 | 101101 | 100001 | 1111 | 11111 | 110100 |
Color Harmonies of #AA705D
Complementary color
Monochromatic Colors of #AA705D
Black with #AA705D
Text Example
Text Example
White with #AA705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA705D; }
p { color: rgb(170,112,93); }
H1.HeaderClassName
{
color: #AA705D;
}
.AnyTagClassName
{
color: #AA705D;
}
</style>
background-color css
<style>
a { background-color: #AA705D; }
a { background-color: rgb(170,112,93); }
div.DivClassName
{
background-color: #AA705D;
}
.BgClassName
{
background-color: #AA705D;
}
</style>
border-color css
<style>
span { border-color: #AA705D; }
span { border-color: rgb(170,112,93); }
td.TdClassName
{
border-color: #AA705D;
}
.TagClassName
{
border-color: #AA705D;
}
</style>