Shades of Toast #A67360
Tints of Toast #A67360
RGB
CMYK
RGB Variations
Color information
#A67360 (or 0xA67360) is known color: Toast. HEX triplet: A6, 73 and 60. RGB value is (166,115,96). Sum of RGB (Red+Green+Blue) = 166+115+96=377 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.03% from 377); Green value is 115 (45.31% from 255 or 30.50% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 166 - color contains mainly: red. Hex color #A67360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67360 is #598C9F. Grayscale: #808080. Windows color (decimal): -5868704 or 6321062. OLE color: 6321062.
HSL color Cylindrical-coordinate representation of color #A67360: hue angle of 16.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A67360 is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 96 | - |
| CMYK | 0 | 0.31 | 0.42 | 0.35 |
| HSL | 16.29º | 0.28% | 0.51% | - |
| HSV(B) | 16.29º | 0.42% | 0.65% | - |
| XYZ | 23.97 | 21.21 | 13.9 | - |
| YUV | 128.08 | 109.9 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 96 | 0 | 0.31 | 0.42 | 0.35 | 16.29 | 0.28 | 0.51 |
| Hex | A6 | 73 | 60 | 0 | 1F | 2A | 23 | 10 | 1C | 33 |
| Octal | 246 | 163 | 140 | 0 | 37 | 52 | 43 | 20 | 34 | 63 |
| Binary | 10100110 | 1110011 | 1100000 | 0 | 11111 | 101010 | 100011 | 10000 | 11100 | 110011 |
Color Harmonies of #A67360
Complementary color
Monochromatic Colors of #A67360
Black with #A67360
Text Example
Text Example
White with #A67360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67360; }
p { color: rgb(166,115,96); }
H1.HeaderClassName
{
color: #A67360;
}
.AnyTagClassName
{
color: #A67360;
}
</style>
background-color css
<style>
a { background-color: #A67360; }
a { background-color: rgb(166,115,96); }
div.DivClassName
{
background-color: #A67360;
}
.BgClassName
{
background-color: #A67360;
}
</style>
border-color css
<style>
span { border-color: #A67360; }
span { border-color: rgb(166,115,96); }
td.TdClassName
{
border-color: #A67360;
}
.TagClassName
{
border-color: #A67360;
}
</style>