Shades of Toast #A27061
Tints of Toast #A27061
RGB
CMYK
RGB Variations
Color information
#A27061 (or 0xA27061) is known color: Toast. HEX triplet: A2, 70 and 61. RGB value is (162,112,97). Sum of RGB (Red+Green+Blue) = 162+112+97=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A27061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27061 is #5D8F9E. Grayscale: #7D7D7D. Windows color (decimal): -6131615 or 6385826. OLE color: 6385826.
HSL color Cylindrical-coordinate representation of color #A27061: hue angle of 13.85º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A27061 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 97 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.36 |
| HSL | 13.85º | 0.26% | 0.51% | - |
| HSV(B) | 13.85º | 0.4% | 0.64% | - |
| XYZ | 22.85 | 20.13 | 13.99 | - |
| YUV | 125.24 | 112.07 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 97 | 0 | 0.31 | 0.40 | 0.36 | 13.85 | 0.26 | 0.51 |
| Hex | A2 | 70 | 61 | 0 | 1F | 28 | 24 | E | 1A | 33 |
| Octal | 242 | 160 | 141 | 0 | 37 | 50 | 44 | 16 | 32 | 63 |
| Binary | 10100010 | 1110000 | 1100001 | 0 | 11111 | 101000 | 100100 | 1110 | 11010 | 110011 |
Color Harmonies of #A27061
Complementary color
Monochromatic Colors of #A27061
Black with #A27061
Text Example
Text Example
White with #A27061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27061; }
p { color: rgb(162,112,97); }
H1.HeaderClassName
{
color: #A27061;
}
.AnyTagClassName
{
color: #A27061;
}
</style>
background-color css
<style>
a { background-color: #A27061; }
a { background-color: rgb(162,112,97); }
div.DivClassName
{
background-color: #A27061;
}
.BgClassName
{
background-color: #A27061;
}
</style>
border-color css
<style>
span { border-color: #A27061; }
span { border-color: rgb(162,112,97); }
td.TdClassName
{
border-color: #A27061;
}
.TagClassName
{
border-color: #A27061;
}
</style>