Shades of Toast #A27869
Tints of Toast #A27869
RGB
CMYK
RGB Variations
Color information
#A27869 (or 0xA27869) is known color: Toast. HEX triplet: A2, 78 and 69. RGB value is (162,120,105). Sum of RGB (Red+Green+Blue) = 162+120+105=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 105 (41.41% from 255 or 27.13% from 387); Max value from RGB is 162 - color contains mainly: red. Hex color #A27869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27869 is #5D8796. Grayscale: #828282. Windows color (decimal): -6129559 or 6912162. OLE color: 6912162.
HSL color Cylindrical-coordinate representation of color #A27869: hue angle of 15.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A27869 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 120 | 105 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.36 |
| HSL | 15.79º | 0.23% | 0.52% | - |
| HSV(B) | 15.79º | 0.35% | 0.64% | - |
| XYZ | 24.17 | 22.13 | 16.36 | - |
| YUV | 130.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 120 | 105 | 0 | 0.26 | 0.35 | 0.36 | 15.79 | 0.23 | 0.52 |
| Hex | A2 | 78 | 69 | 0 | 1A | 23 | 24 | 10 | 17 | 34 |
| Octal | 242 | 170 | 151 | 0 | 32 | 43 | 44 | 20 | 27 | 64 |
| Binary | 10100010 | 1111000 | 1101001 | 0 | 11010 | 100011 | 100100 | 10000 | 10111 | 110100 |
Color Harmonies of #A27869
Complementary color
Monochromatic Colors of #A27869
Black with #A27869
Text Example
Text Example
White with #A27869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A27869; }
p { color: rgb(162,120,105); }
H1.HeaderClassName
{
color: #A27869;
}
.AnyTagClassName
{
color: #A27869;
}
</style>
background-color css
<style>
a { background-color: #A27869; }
a { background-color: rgb(162,120,105); }
div.DivClassName
{
background-color: #A27869;
}
.BgClassName
{
background-color: #A27869;
}
</style>
border-color css
<style>
span { border-color: #A27869; }
span { border-color: rgb(162,120,105); }
td.TdClassName
{
border-color: #A27869;
}
.TagClassName
{
border-color: #A27869;
}
</style>