Shades of Toast #AA6F5C
Tints of Toast #AA6F5C
RGB
CMYK
RGB Variations
Color information
#AA6F5C (or 0xAA6F5C) is known color: Toast. HEX triplet: AA, 6F and 5C. RGB value is (170,111,92). Sum of RGB (Red+Green+Blue) = 170+111+92=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 111 (43.75% from 255 or 29.76% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA6F5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA6F5C is #5590A3. Grayscale: #7E7E7E. Windows color (decimal): -5607588 or 6057898. OLE color: 6057898.
HSL color Cylindrical-coordinate representation of color #AA6F5C: hue angle of 14.62º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA6F5C is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 111 | 92 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.33 |
| HSL | 14.62º | 0.31% | 0.51% | - |
| HSV(B) | 14.62º | 0.46% | 0.67% | - |
| XYZ | 24.19 | 20.69 | 12.84 | - |
| YUV | 126.48 | 108.55 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 111 | 92 | 0 | 0.35 | 0.46 | 0.33 | 14.62 | 0.31 | 0.51 |
| Hex | AA | 6F | 5C | 0 | 23 | 2E | 21 | F | 1F | 33 |
| Octal | 252 | 157 | 134 | 0 | 43 | 56 | 41 | 17 | 37 | 63 |
| Binary | 10101010 | 1101111 | 1011100 | 0 | 100011 | 101110 | 100001 | 1111 | 11111 | 110011 |
Color Harmonies of #AA6F5C
Complementary color
Monochromatic Colors of #AA6F5C
Black with #AA6F5C
Text Example
Text Example
White with #AA6F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA6F5C; }
p { color: rgb(170,111,92); }
H1.HeaderClassName
{
color: #AA6F5C;
}
.AnyTagClassName
{
color: #AA6F5C;
}
</style>
background-color css
<style>
a { background-color: #AA6F5C; }
a { background-color: rgb(170,111,92); }
div.DivClassName
{
background-color: #AA6F5C;
}
.BgClassName
{
background-color: #AA6F5C;
}
</style>
border-color css
<style>
span { border-color: #AA6F5C; }
span { border-color: rgb(170,111,92); }
td.TdClassName
{
border-color: #AA6F5C;
}
.TagClassName
{
border-color: #AA6F5C;
}
</style>