Shades of Toast #AB7762
Tints of Toast #AB7762
RGB
CMYK
RGB Variations
Color information
#AB7762 (or 0xAB7762) is known color: Toast. HEX triplet: AB, 77 and 62. RGB value is (171,119,98). Sum of RGB (Red+Green+Blue) = 171+119+98=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 98 (38.67% from 255 or 25.26% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7762 is #54889D. Grayscale: #848484. Windows color (decimal): -5539998 or 6453163. OLE color: 6453163.
HSL color Cylindrical-coordinate representation of color #AB7762: hue angle of 17.26º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB7762 is Cyan = 0, Magento = 0.30, Yellow = 0.43 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 119 | 98 | - |
| CMYK | 0 | 0.30 | 0.43 | 0.33 |
| HSL | 17.26º | 0.3% | 0.53% | - |
| HSV(B) | 17.26º | 0.43% | 0.67% | - |
| XYZ | 25.6 | 22.73 | 14.59 | - |
| YUV | 132.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 119 | 98 | 0 | 0.30 | 0.43 | 0.33 | 17.26 | 0.3 | 0.53 |
| Hex | AB | 77 | 62 | 0 | 1E | 2B | 21 | 11 | 1E | 35 |
| Octal | 253 | 167 | 142 | 0 | 36 | 53 | 41 | 21 | 36 | 65 |
| Binary | 10101011 | 1110111 | 1100010 | 0 | 11110 | 101011 | 100001 | 10001 | 11110 | 110101 |
Color Harmonies of #AB7762
Complementary color
Monochromatic Colors of #AB7762
Black with #AB7762
Text Example
Text Example
White with #AB7762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7762; }
p { color: rgb(171,119,98); }
H1.HeaderClassName
{
color: #AB7762;
}
.AnyTagClassName
{
color: #AB7762;
}
</style>
background-color css
<style>
a { background-color: #AB7762; }
a { background-color: rgb(171,119,98); }
div.DivClassName
{
background-color: #AB7762;
}
.BgClassName
{
background-color: #AB7762;
}
</style>
border-color css
<style>
span { border-color: #AB7762; }
span { border-color: rgb(171,119,98); }
td.TdClassName
{
border-color: #AB7762;
}
.TagClassName
{
border-color: #AB7762;
}
</style>