Shades of Toast #AB7461
Tints of Toast #AB7461
RGB
CMYK
RGB Variations
Color information
#AB7461 (or 0xAB7461) is known color: Toast. HEX triplet: AB, 74 and 61. RGB value is (171,116,97). Sum of RGB (Red+Green+Blue) = 171+116+97=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 97 (38.28% from 255 or 25.26% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7461 is #548B9E. Grayscale: #828282. Windows color (decimal): -5540767 or 6386859. OLE color: 6386859.
HSL color Cylindrical-coordinate representation of color #AB7461: hue angle of 15.41º degrees, saturation: 0.31, 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 #AB7461 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 97 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.33 |
| HSL | 15.41º | 0.31% | 0.53% | - |
| HSV(B) | 15.41º | 0.43% | 0.67% | - |
| XYZ | 25.2 | 22.01 | 14.23 | - |
| YUV | 130.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 97 | 0 | 0.32 | 0.43 | 0.33 | 15.41 | 0.31 | 0.53 |
| Hex | AB | 74 | 61 | 0 | 20 | 2B | 21 | F | 1F | 35 |
| Octal | 253 | 164 | 141 | 0 | 40 | 53 | 41 | 17 | 37 | 65 |
| Binary | 10101011 | 1110100 | 1100001 | 0 | 100000 | 101011 | 100001 | 1111 | 11111 | 110101 |
Color Harmonies of #AB7461
Complementary color
Monochromatic Colors of #AB7461
Black with #AB7461
Text Example
Text Example
White with #AB7461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7461; }
p { color: rgb(171,116,97); }
H1.HeaderClassName
{
color: #AB7461;
}
.AnyTagClassName
{
color: #AB7461;
}
</style>
background-color css
<style>
a { background-color: #AB7461; }
a { background-color: rgb(171,116,97); }
div.DivClassName
{
background-color: #AB7461;
}
.BgClassName
{
background-color: #AB7461;
}
</style>
border-color css
<style>
span { border-color: #AB7461; }
span { border-color: rgb(171,116,97); }
td.TdClassName
{
border-color: #AB7461;
}
.TagClassName
{
border-color: #AB7461;
}
</style>