Shades of Toast #AB715D
Tints of Toast #AB715D
RGB
CMYK
RGB Variations
Color information
#AB715D (or 0xAB715D) is known color: Toast. HEX triplet: AB, 71 and 5D. RGB value is (171,113,93). Sum of RGB (Red+Green+Blue) = 171+113+93=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB715D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB715D is #548EA2. Grayscale: #808080. Windows color (decimal): -5541539 or 6123947. OLE color: 6123947.
HSL color Cylindrical-coordinate representation of color #AB715D: hue angle of 15.38º 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 #AB715D is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 113 | 93 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.33 |
| HSL | 15.38º | 0.32% | 0.52% | - |
| HSV(B) | 15.38º | 0.46% | 0.67% | - |
| XYZ | 24.68 | 21.26 | 13.16 | - |
| YUV | 128.06 | 108.22 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 113 | 93 | 0 | 0.34 | 0.46 | 0.33 | 15.38 | 0.32 | 0.52 |
| Hex | AB | 71 | 5D | 0 | 22 | 2E | 21 | F | 20 | 34 |
| Octal | 253 | 161 | 135 | 0 | 42 | 56 | 41 | 17 | 40 | 64 |
| Binary | 10101011 | 1110001 | 1011101 | 0 | 100010 | 101110 | 100001 | 1111 | 100000 | 110100 |
Color Harmonies of #AB715D
Complementary color
Monochromatic Colors of #AB715D
Black with #AB715D
Text Example
Text Example
White with #AB715D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB715D; }
p { color: rgb(171,113,93); }
H1.HeaderClassName
{
color: #AB715D;
}
.AnyTagClassName
{
color: #AB715D;
}
</style>
background-color css
<style>
a { background-color: #AB715D; }
a { background-color: rgb(171,113,93); }
div.DivClassName
{
background-color: #AB715D;
}
.BgClassName
{
background-color: #AB715D;
}
</style>
border-color css
<style>
span { border-color: #AB715D; }
span { border-color: rgb(171,113,93); }
td.TdClassName
{
border-color: #AB715D;
}
.TagClassName
{
border-color: #AB715D;
}
</style>