Shades of Toast #A27266
Tints of Toast #A27266
RGB
CMYK
RGB Variations
Color information
#A27266 (or 0xA27266) is known color: Toast. HEX triplet: A2, 72 and 66. RGB value is (162,114,102). Sum of RGB (Red+Green+Blue) = 162+114+102=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A27266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27266 is #5D8D99. Grayscale: #7F7F7F. Windows color (decimal): -6131098 or 6714018. OLE color: 6714018.
HSL color Cylindrical-coordinate representation of color #A27266: hue angle of 12º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A27266 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 114 | 102 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.36 |
| HSL | 12º | 0.24% | 0.52% | - |
| HSV(B) | 12º | 0.37% | 0.64% | - |
| XYZ | 23.32 | 20.68 | 15.33 | - |
| YUV | 126.98 | 113.9 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 114 | 102 | 0 | 0.30 | 0.37 | 0.36 | 12 | 0.24 | 0.52 |
| Hex | A2 | 72 | 66 | 0 | 1E | 25 | 24 | C | 18 | 34 |
| Octal | 242 | 162 | 146 | 0 | 36 | 45 | 44 | 14 | 30 | 64 |
| Binary | 10100010 | 1110010 | 1100110 | 0 | 11110 | 100101 | 100100 | 1100 | 11000 | 110100 |
Color Harmonies of #A27266
Complementary color
Monochromatic Colors of #A27266
Black with #A27266
Text Example
Text Example
White with #A27266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27266; }
p { color: rgb(162,114,102); }
H1.HeaderClassName
{
color: #A27266;
}
.AnyTagClassName
{
color: #A27266;
}
</style>
background-color css
<style>
a { background-color: #A27266; }
a { background-color: rgb(162,114,102); }
div.DivClassName
{
background-color: #A27266;
}
.BgClassName
{
background-color: #A27266;
}
</style>
border-color css
<style>
span { border-color: #A27266; }
span { border-color: rgb(162,114,102); }
td.TdClassName
{
border-color: #A27266;
}
.TagClassName
{
border-color: #A27266;
}
</style>