Shades of Toast #AB7765
Tints of Toast #AB7765
RGB
CMYK
RGB Variations
Color information
#AB7765 (or 0xAB7765) is known color: Toast. HEX triplet: AB, 77 and 65. RGB value is (171,119,101). Sum of RGB (Red+Green+Blue) = 171+119+101=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 119 (46.88% from 255 or 30.43% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7765 is #54889A. Grayscale: #848484. Windows color (decimal): -5539995 or 6649771. OLE color: 6649771.
HSL color Cylindrical-coordinate representation of color #AB7765: hue angle of 15.43º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB7765 is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 101 | - |
| CMYK | 0 | 0.30 | 0.41 | 0.33 |
| HSL | 15.43º | 0.29% | 0.53% | - |
| HSV(B) | 15.43º | 0.41% | 0.67% | - |
| XYZ | 25.74 | 22.79 | 15.35 | - |
| YUV | 132.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 101 | 0 | 0.30 | 0.41 | 0.33 | 15.43 | 0.29 | 0.53 |
| Hex | AB | 77 | 65 | 0 | 1E | 29 | 21 | F | 1D | 35 |
| Octal | 253 | 167 | 145 | 0 | 36 | 51 | 41 | 17 | 35 | 65 |
| Binary | 10101011 | 1110111 | 1100101 | 0 | 11110 | 101001 | 100001 | 1111 | 11101 | 110101 |
Color Harmonies of #AB7765
Complementary color
Monochromatic Colors of #AB7765
Black with #AB7765
Text Example
Text Example
White with #AB7765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7765; }
p { color: rgb(171,119,101); }
H1.HeaderClassName
{
color: #AB7765;
}
.AnyTagClassName
{
color: #AB7765;
}
</style>
background-color css
<style>
a { background-color: #AB7765; }
a { background-color: rgb(171,119,101); }
div.DivClassName
{
background-color: #AB7765;
}
.BgClassName
{
background-color: #AB7765;
}
</style>
border-color css
<style>
span { border-color: #AB7765; }
span { border-color: rgb(171,119,101); }
td.TdClassName
{
border-color: #AB7765;
}
.TagClassName
{
border-color: #AB7765;
}
</style>