Shades of Toast #AA6D5D
Tints of Toast #AA6D5D
RGB
CMYK
RGB Variations
Color information
#AA6D5D (or 0xAA6D5D) is known color: Toast. HEX triplet: AA, 6D and 5D. RGB value is (170,109,93). Sum of RGB (Red+Green+Blue) = 170+109+93=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6D5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6D5D is #5592A2. Grayscale: #7D7D7D. Windows color (decimal): -5608099 or 6122922. OLE color: 6122922.
HSL color Cylindrical-coordinate representation of color #AA6D5D: hue angle of 12.47º 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 #AA6D5D is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 109 | 93 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.33 |
| HSL | 12.47º | 0.31% | 0.52% | - |
| HSV(B) | 12.47º | 0.45% | 0.67% | - |
| XYZ | 24.02 | 20.27 | 13 | - |
| YUV | 125.42 | 109.71 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 109 | 93 | 0 | 0.36 | 0.45 | 0.33 | 12.47 | 0.31 | 0.52 |
| Hex | AA | 6D | 5D | 0 | 24 | 2D | 21 | C | 1F | 34 |
| Octal | 252 | 155 | 135 | 0 | 44 | 55 | 41 | 14 | 37 | 64 |
| Binary | 10101010 | 1101101 | 1011101 | 0 | 100100 | 101101 | 100001 | 1100 | 11111 | 110100 |
Color Harmonies of #AA6D5D
Complementary color
Monochromatic Colors of #AA6D5D
Black with #AA6D5D
Text Example
Text Example
White with #AA6D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6D5D; }
p { color: rgb(170,109,93); }
H1.HeaderClassName
{
color: #AA6D5D;
}
.AnyTagClassName
{
color: #AA6D5D;
}
</style>
background-color css
<style>
a { background-color: #AA6D5D; }
a { background-color: rgb(170,109,93); }
div.DivClassName
{
background-color: #AA6D5D;
}
.BgClassName
{
background-color: #AA6D5D;
}
</style>
border-color css
<style>
span { border-color: #AA6D5D; }
span { border-color: rgb(170,109,93); }
td.TdClassName
{
border-color: #AA6D5D;
}
.TagClassName
{
border-color: #AA6D5D;
}
</style>