Shades of Toast #AA7462
Tints of Toast #AA7462
RGB
CMYK
RGB Variations
Color information
#AA7462 (or 0xAA7462) is known color: Toast. HEX triplet: AA, 74 and 62. RGB value is (170,116,98). Sum of RGB (Red+Green+Blue) = 170+116+98=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA7462 is #558B9D. Grayscale: #828282. Windows color (decimal): -5606302 or 6452394. OLE color: 6452394.
HSL color Cylindrical-coordinate representation of color #AA7462: hue angle of 15º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7462 is Cyan = 0, Magento = 0.32, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 116 | 98 | - |
| CMYK | 0 | 0.32 | 0.42 | 0.33 |
| HSL | 15º | 0.3% | 0.53% | - |
| HSV(B) | 15º | 0.42% | 0.67% | - |
| XYZ | 25.03 | 21.92 | 14.47 | - |
| YUV | 130.09 | 109.89 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 116 | 98 | 0 | 0.32 | 0.42 | 0.33 | 15 | 0.3 | 0.53 |
| Hex | AA | 74 | 62 | 0 | 20 | 2A | 21 | F | 1E | 35 |
| Octal | 252 | 164 | 142 | 0 | 40 | 52 | 41 | 17 | 36 | 65 |
| Binary | 10101010 | 1110100 | 1100010 | 0 | 100000 | 101010 | 100001 | 1111 | 11110 | 110101 |
Color Harmonies of #AA7462
Complementary color
Monochromatic Colors of #AA7462
Black with #AA7462
Text Example
Text Example
White with #AA7462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7462; }
p { color: rgb(170,116,98); }
H1.HeaderClassName
{
color: #AA7462;
}
.AnyTagClassName
{
color: #AA7462;
}
</style>
background-color css
<style>
a { background-color: #AA7462; }
a { background-color: rgb(170,116,98); }
div.DivClassName
{
background-color: #AA7462;
}
.BgClassName
{
background-color: #AA7462;
}
</style>
border-color css
<style>
span { border-color: #AA7462; }
span { border-color: rgb(170,116,98); }
td.TdClassName
{
border-color: #AA7462;
}
.TagClassName
{
border-color: #AA7462;
}
</style>