Shades of Toast #AB765A
Tints of Toast #AB765A
RGB
CMYK
RGB Variations
Color information
#AB765A (or 0xAB765A) is known color: Toast. HEX triplet: AB, 76 and 5A. RGB value is (171,118,90). Sum of RGB (Red+Green+Blue) = 171+118+90=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 90 (35.55% from 255 or 23.75% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB765A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB765A is #5489A5. Grayscale: #828282. Windows color (decimal): -5540262 or 5928619. OLE color: 5928619.
HSL color Cylindrical-coordinate representation of color #AB765A: hue angle of 20.74º degrees, saturation: 0.33, 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 #AB765A is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 118 | 90 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.33 |
| HSL | 20.74º | 0.33% | 0.51% | - |
| HSV(B) | 20.74º | 0.47% | 0.67% | - |
| XYZ | 25.12 | 22.35 | 12.66 | - |
| YUV | 130.66 | 105.06 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 118 | 90 | 0 | 0.31 | 0.47 | 0.33 | 20.74 | 0.33 | 0.51 |
| Hex | AB | 76 | 5A | 0 | 1F | 2F | 21 | 15 | 21 | 33 |
| Octal | 253 | 166 | 132 | 0 | 37 | 57 | 41 | 25 | 41 | 63 |
| Binary | 10101011 | 1110110 | 1011010 | 0 | 11111 | 101111 | 100001 | 10101 | 100001 | 110011 |
Color Harmonies of #AB765A
Complementary color
Monochromatic Colors of #AB765A
Black with #AB765A
Text Example
Text Example
White with #AB765A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB765A; }
p { color: rgb(171,118,90); }
H1.HeaderClassName
{
color: #AB765A;
}
.AnyTagClassName
{
color: #AB765A;
}
</style>
background-color css
<style>
a { background-color: #AB765A; }
a { background-color: rgb(171,118,90); }
div.DivClassName
{
background-color: #AB765A;
}
.BgClassName
{
background-color: #AB765A;
}
</style>
border-color css
<style>
span { border-color: #AB765A; }
span { border-color: rgb(171,118,90); }
td.TdClassName
{
border-color: #AB765A;
}
.TagClassName
{
border-color: #AB765A;
}
</style>