Shades of Toast #A27056
Tints of Toast #A27056
RGB
CMYK
RGB Variations
Color information
#A27056 (or 0xA27056) is known color: Toast. HEX triplet: A2, 70 and 56. RGB value is (162,112,86). Sum of RGB (Red+Green+Blue) = 162+112+86=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A27056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27056 is #5D8FA9. Grayscale: #7C7C7C. Windows color (decimal): -6131626 or 5664930. OLE color: 5664930.
HSL color Cylindrical-coordinate representation of color #A27056: hue angle of 20.53º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A27056 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 112 | 86 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.36 |
| HSL | 20.53º | 0.31% | 0.49% | - |
| HSV(B) | 20.53º | 0.47% | 0.64% | - |
| XYZ | 22.37 | 19.94 | 11.47 | - |
| YUV | 123.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 112 | 86 | 0 | 0.31 | 0.47 | 0.36 | 20.53 | 0.31 | 0.49 |
| Hex | A2 | 70 | 56 | 0 | 1F | 2F | 24 | 15 | 1F | 31 |
| Octal | 242 | 160 | 126 | 0 | 37 | 57 | 44 | 25 | 37 | 61 |
| Binary | 10100010 | 1110000 | 1010110 | 0 | 11111 | 101111 | 100100 | 10101 | 11111 | 110001 |
Color Harmonies of #A27056
Complementary color
Monochromatic Colors of #A27056
Black with #A27056
Text Example
Text Example
White with #A27056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27056; }
p { color: rgb(162,112,86); }
H1.HeaderClassName
{
color: #A27056;
}
.AnyTagClassName
{
color: #A27056;
}
</style>
background-color css
<style>
a { background-color: #A27056; }
a { background-color: rgb(162,112,86); }
div.DivClassName
{
background-color: #A27056;
}
.BgClassName
{
background-color: #A27056;
}
</style>
border-color css
<style>
span { border-color: #A27056; }
span { border-color: rgb(162,112,86); }
td.TdClassName
{
border-color: #A27056;
}
.TagClassName
{
border-color: #A27056;
}
</style>