Shades of Toast #AB755B
Tints of Toast #AB755B
RGB
CMYK
RGB Variations
Color information
#AB755B (or 0xAB755B) is known color: Toast. HEX triplet: AB, 75 and 5B. RGB value is (171,117,91). Sum of RGB (Red+Green+Blue) = 171+117+91=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB755B is #548AA4. Grayscale: #828282. Windows color (decimal): -5540517 or 5993899. OLE color: 5993899.
HSL color Cylindrical-coordinate representation of color #AB755B: hue angle of 19.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB755B is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 117 | 91 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.33 |
| HSL | 19.5º | 0.32% | 0.51% | - |
| HSV(B) | 19.5º | 0.47% | 0.67% | - |
| XYZ | 25.04 | 22.14 | 12.85 | - |
| YUV | 130.18 | 105.89 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 117 | 91 | 0 | 0.32 | 0.47 | 0.33 | 19.5 | 0.32 | 0.51 |
| Hex | AB | 75 | 5B | 0 | 20 | 2F | 21 | 14 | 20 | 33 |
| Octal | 253 | 165 | 133 | 0 | 40 | 57 | 41 | 24 | 40 | 63 |
| Binary | 10101011 | 1110101 | 1011011 | 0 | 100000 | 101111 | 100001 | 10100 | 100000 | 110011 |
Color Harmonies of #AB755B
Complementary color
Monochromatic Colors of #AB755B
Black with #AB755B
Text Example
Text Example
White with #AB755B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB755B; }
p { color: rgb(171,117,91); }
H1.HeaderClassName
{
color: #AB755B;
}
.AnyTagClassName
{
color: #AB755B;
}
</style>
background-color css
<style>
a { background-color: #AB755B; }
a { background-color: rgb(171,117,91); }
div.DivClassName
{
background-color: #AB755B;
}
.BgClassName
{
background-color: #AB755B;
}
</style>
border-color css
<style>
span { border-color: #AB755B; }
span { border-color: rgb(171,117,91); }
td.TdClassName
{
border-color: #AB755B;
}
.TagClassName
{
border-color: #AB755B;
}
</style>