Shades of Toast #AB7764
Tints of Toast #AB7764
RGB
CMYK
RGB Variations
Color information
#AB7764 (or 0xAB7764) is known color: Toast. HEX triplet: AB, 77 and 64. RGB value is (171,119,100). Sum of RGB (Red+Green+Blue) = 171+119+100=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7764 is #54889B. Grayscale: #848484. Windows color (decimal): -5539996 or 6584235. OLE color: 6584235.
HSL color Cylindrical-coordinate representation of color #AB7764: hue angle of 16.06º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB7764 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 100 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.33 |
| HSL | 16.06º | 0.3% | 0.53% | - |
| HSV(B) | 16.06º | 0.42% | 0.67% | - |
| XYZ | 25.69 | 22.77 | 15.1 | - |
| YUV | 132.38 | 109.73 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 100 | 0 | 0.30 | 0.42 | 0.33 | 16.06 | 0.3 | 0.53 |
| Hex | AB | 77 | 64 | 0 | 1E | 2A | 21 | 10 | 1E | 35 |
| Octal | 253 | 167 | 144 | 0 | 36 | 52 | 41 | 20 | 36 | 65 |
| Binary | 10101011 | 1110111 | 1100100 | 0 | 11110 | 101010 | 100001 | 10000 | 11110 | 110101 |
Color Harmonies of #AB7764
Complementary color
Monochromatic Colors of #AB7764
Black with #AB7764
Text Example
Text Example
White with #AB7764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7764; }
p { color: rgb(171,119,100); }
H1.HeaderClassName
{
color: #AB7764;
}
.AnyTagClassName
{
color: #AB7764;
}
</style>
background-color css
<style>
a { background-color: #AB7764; }
a { background-color: rgb(171,119,100); }
div.DivClassName
{
background-color: #AB7764;
}
.BgClassName
{
background-color: #AB7764;
}
</style>
border-color css
<style>
span { border-color: #AB7764; }
span { border-color: rgb(171,119,100); }
td.TdClassName
{
border-color: #AB7764;
}
.TagClassName
{
border-color: #AB7764;
}
</style>