Shades of Toast #A67869
Tints of Toast #A67869
RGB
CMYK
RGB Variations
Color information
#A67869 (or 0xA67869) is known color: Toast. HEX triplet: A6, 78 and 69. RGB value is (166,120,105). Sum of RGB (Red+Green+Blue) = 166+120+105=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 120 (47.27% from 255 or 30.69% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A67869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67869 is #598796. Grayscale: #848484. Windows color (decimal): -5867415 or 6912166. OLE color: 6912166.
HSL color Cylindrical-coordinate representation of color #A67869: hue angle of 14.75º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A67869 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 120 | 105 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.35 |
| HSL | 14.75º | 0.26% | 0.53% | - |
| HSV(B) | 14.75º | 0.37% | 0.65% | - |
| XYZ | 24.99 | 22.56 | 16.4 | - |
| YUV | 132.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 105 | 0 | 0.28 | 0.37 | 0.35 | 14.75 | 0.26 | 0.53 |
| Hex | A6 | 78 | 69 | 0 | 1C | 25 | 23 | F | 1A | 35 |
| Octal | 246 | 170 | 151 | 0 | 34 | 45 | 43 | 17 | 32 | 65 |
| Binary | 10100110 | 1111000 | 1101001 | 0 | 11100 | 100101 | 100011 | 1111 | 11010 | 110101 |
Color Harmonies of #A67869
Complementary color
Monochromatic Colors of #A67869
Black with #A67869
Text Example
Text Example
White with #A67869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67869; }
p { color: rgb(166,120,105); }
H1.HeaderClassName
{
color: #A67869;
}
.AnyTagClassName
{
color: #A67869;
}
</style>
background-color css
<style>
a { background-color: #A67869; }
a { background-color: rgb(166,120,105); }
div.DivClassName
{
background-color: #A67869;
}
.BgClassName
{
background-color: #A67869;
}
</style>
border-color css
<style>
span { border-color: #A67869; }
span { border-color: rgb(166,120,105); }
td.TdClassName
{
border-color: #A67869;
}
.TagClassName
{
border-color: #A67869;
}
</style>