Shades of Toast #AB6E5C
Tints of Toast #AB6E5C
RGB
CMYK
RGB Variations
Color information
#AB6E5C (or 0xAB6E5C) is known color: Toast. HEX triplet: AB, 6E and 5C. RGB value is (171,110,92). Sum of RGB (Red+Green+Blue) = 171+110+92=373 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.84% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6E5C is #5491A3. Grayscale: #7E7E7E. Windows color (decimal): -5542308 or 6057643. OLE color: 6057643.
HSL color Cylindrical-coordinate representation of color #AB6E5C: hue angle of 13.67º 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 #AB6E5C is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 110 | 92 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.33 |
| HSL | 13.67º | 0.32% | 0.52% | - |
| HSV(B) | 13.67º | 0.46% | 0.67% | - |
| XYZ | 24.3 | 20.58 | 12.82 | - |
| YUV | 126.19 | 108.71 | 159.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 92 | 0 | 0.36 | 0.46 | 0.33 | 13.67 | 0.32 | 0.52 |
| Hex | AB | 6E | 5C | 0 | 24 | 2E | 21 | E | 20 | 34 |
| Octal | 253 | 156 | 134 | 0 | 44 | 56 | 41 | 16 | 40 | 64 |
| Binary | 10101011 | 1101110 | 1011100 | 0 | 100100 | 101110 | 100001 | 1110 | 100000 | 110100 |
Color Harmonies of #AB6E5C
Complementary color
Monochromatic Colors of #AB6E5C
Black with #AB6E5C
Text Example
Text Example
White with #AB6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6E5C; }
p { color: rgb(171,110,92); }
H1.HeaderClassName
{
color: #AB6E5C;
}
.AnyTagClassName
{
color: #AB6E5C;
}
</style>
background-color css
<style>
a { background-color: #AB6E5C; }
a { background-color: rgb(171,110,92); }
div.DivClassName
{
background-color: #AB6E5C;
}
.BgClassName
{
background-color: #AB6E5C;
}
</style>
border-color css
<style>
span { border-color: #AB6E5C; }
span { border-color: rgb(171,110,92); }
td.TdClassName
{
border-color: #AB6E5C;
}
.TagClassName
{
border-color: #AB6E5C;
}
</style>