Shades of Toast #AB745F
Tints of Toast #AB745F
RGB
CMYK
RGB Variations
Color information
#AB745F (or 0xAB745F) is known color: Toast. HEX triplet: AB, 74 and 5F. RGB value is (171,116,95). Sum of RGB (Red+Green+Blue) = 171+116+95=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB745F is #548BA0. Grayscale: #828282. Windows color (decimal): -5540769 or 6255787. OLE color: 6255787.
HSL color Cylindrical-coordinate representation of color #AB745F: hue angle of 16.58º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB745F is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 116 | 95 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.33 |
| HSL | 16.58º | 0.31% | 0.52% | - |
| HSV(B) | 16.58º | 0.44% | 0.67% | - |
| XYZ | 25.11 | 21.97 | 13.74 | - |
| YUV | 130.05 | 108.22 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 116 | 95 | 0 | 0.32 | 0.44 | 0.33 | 16.58 | 0.31 | 0.52 |
| Hex | AB | 74 | 5F | 0 | 20 | 2C | 21 | 11 | 1F | 34 |
| Octal | 253 | 164 | 137 | 0 | 40 | 54 | 41 | 21 | 37 | 64 |
| Binary | 10101011 | 1110100 | 1011111 | 0 | 100000 | 101100 | 100001 | 10001 | 11111 | 110100 |
Color Harmonies of #AB745F
Complementary color
Monochromatic Colors of #AB745F
Black with #AB745F
Text Example
Text Example
White with #AB745F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB745F; }
p { color: rgb(171,116,95); }
H1.HeaderClassName
{
color: #AB745F;
}
.AnyTagClassName
{
color: #AB745F;
}
</style>
background-color css
<style>
a { background-color: #AB745F; }
a { background-color: rgb(171,116,95); }
div.DivClassName
{
background-color: #AB745F;
}
.BgClassName
{
background-color: #AB745F;
}
</style>
border-color css
<style>
span { border-color: #AB745F; }
span { border-color: rgb(171,116,95); }
td.TdClassName
{
border-color: #AB745F;
}
.TagClassName
{
border-color: #AB745F;
}
</style>