Shades of Toast #AB7462
Tints of Toast #AB7462
RGB
CMYK
RGB Variations
Color information
#AB7462 (or 0xAB7462) is known color: Toast. HEX triplet: AB, 74 and 62. RGB value is (171,116,98). Sum of RGB (Red+Green+Blue) = 171+116+98=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 98 (38.67% from 255 or 25.45% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7462 is #548B9D. Grayscale: #828282. Windows color (decimal): -5540766 or 6452395. OLE color: 6452395.
HSL color Cylindrical-coordinate representation of color #AB7462: hue angle of 14.79º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7462 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 98 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.33 |
| HSL | 14.79º | 0.3% | 0.53% | - |
| HSV(B) | 14.79º | 0.43% | 0.67% | - |
| XYZ | 25.24 | 22.03 | 14.48 | - |
| YUV | 130.39 | 109.72 | 156.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 98 | 0 | 0.32 | 0.43 | 0.33 | 14.79 | 0.3 | 0.53 |
| Hex | AB | 74 | 62 | 0 | 20 | 2B | 21 | F | 1E | 35 |
| Octal | 253 | 164 | 142 | 0 | 40 | 53 | 41 | 17 | 36 | 65 |
| Binary | 10101011 | 1110100 | 1100010 | 0 | 100000 | 101011 | 100001 | 1111 | 11110 | 110101 |
Color Harmonies of #AB7462
Complementary color
Monochromatic Colors of #AB7462
Black with #AB7462
Text Example
Text Example
White with #AB7462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7462; }
p { color: rgb(171,116,98); }
H1.HeaderClassName
{
color: #AB7462;
}
.AnyTagClassName
{
color: #AB7462;
}
</style>
background-color css
<style>
a { background-color: #AB7462; }
a { background-color: rgb(171,116,98); }
div.DivClassName
{
background-color: #AB7462;
}
.BgClassName
{
background-color: #AB7462;
}
</style>
border-color css
<style>
span { border-color: #AB7462; }
span { border-color: rgb(171,116,98); }
td.TdClassName
{
border-color: #AB7462;
}
.TagClassName
{
border-color: #AB7462;
}
</style>