Shades of Toast #AB735D
Tints of Toast #AB735D
RGB
CMYK
RGB Variations
Color information
#AB735D (or 0xAB735D) is known color: Toast. HEX triplet: AB, 73 and 5D. RGB value is (171,115,93). Sum of RGB (Red+Green+Blue) = 171+115+93=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB735D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB735D is #548CA2. Grayscale: #818181. Windows color (decimal): -5541027 or 6124459. OLE color: 6124459.
HSL color Cylindrical-coordinate representation of color #AB735D: hue angle of 16.92º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AB735D is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 115 | 93 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.33 |
| HSL | 16.92º | 0.32% | 0.52% | - |
| HSV(B) | 16.92º | 0.46% | 0.67% | - |
| XYZ | 24.9 | 21.71 | 13.23 | - |
| YUV | 129.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 115 | 93 | 0 | 0.33 | 0.46 | 0.33 | 16.92 | 0.32 | 0.52 |
| Hex | AB | 73 | 5D | 0 | 21 | 2E | 21 | 11 | 20 | 34 |
| Octal | 253 | 163 | 135 | 0 | 41 | 56 | 41 | 21 | 40 | 64 |
| Binary | 10101011 | 1110011 | 1011101 | 0 | 100001 | 101110 | 100001 | 10001 | 100000 | 110100 |
Color Harmonies of #AB735D
Complementary color
Monochromatic Colors of #AB735D
Black with #AB735D
Text Example
Text Example
White with #AB735D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB735D; }
p { color: rgb(171,115,93); }
H1.HeaderClassName
{
color: #AB735D;
}
.AnyTagClassName
{
color: #AB735D;
}
</style>
background-color css
<style>
a { background-color: #AB735D; }
a { background-color: rgb(171,115,93); }
div.DivClassName
{
background-color: #AB735D;
}
.BgClassName
{
background-color: #AB735D;
}
</style>
border-color css
<style>
span { border-color: #AB735D; }
span { border-color: rgb(171,115,93); }
td.TdClassName
{
border-color: #AB735D;
}
.TagClassName
{
border-color: #AB735D;
}
</style>