Shades of Toast #A67363
Tints of Toast #A67363
RGB
CMYK
RGB Variations
Color information
#A67363 (or 0xA67363) is known color: Toast. HEX triplet: A6, 73 and 63. RGB value is (166,115,99). Sum of RGB (Red+Green+Blue) = 166+115+99=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 115 (45.31% from 255 or 30.26% from 380); Blue value is 99 (39.06% from 255 or 26.05% from 380); Max value from RGB is 166 - color contains mainly: red. Hex color #A67363 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67363 is #598C9C. Grayscale: #808080. Windows color (decimal): -5868701 or 6517670. OLE color: 6517670.
HSL color Cylindrical-coordinate representation of color #A67363: hue angle of 14.33º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A67363 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 115 | 99 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.35 |
| HSL | 14.33º | 0.27% | 0.52% | - |
| HSV(B) | 14.33º | 0.4% | 0.65% | - |
| XYZ | 24.11 | 21.27 | 14.64 | - |
| YUV | 128.43 | 111.4 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 115 | 99 | 0 | 0.31 | 0.40 | 0.35 | 14.33 | 0.27 | 0.52 |
| Hex | A6 | 73 | 63 | 0 | 1F | 28 | 23 | E | 1B | 34 |
| Octal | 246 | 163 | 143 | 0 | 37 | 50 | 43 | 16 | 33 | 64 |
| Binary | 10100110 | 1110011 | 1100011 | 0 | 11111 | 101000 | 100011 | 1110 | 11011 | 110100 |
Color Harmonies of #A67363
Complementary color
Monochromatic Colors of #A67363
Black with #A67363
Text Example
Text Example
White with #A67363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67363; }
p { color: rgb(166,115,99); }
H1.HeaderClassName
{
color: #A67363;
}
.AnyTagClassName
{
color: #A67363;
}
</style>
background-color css
<style>
a { background-color: #A67363; }
a { background-color: rgb(166,115,99); }
div.DivClassName
{
background-color: #A67363;
}
.BgClassName
{
background-color: #A67363;
}
</style>
border-color css
<style>
span { border-color: #A67363; }
span { border-color: rgb(166,115,99); }
td.TdClassName
{
border-color: #A67363;
}
.TagClassName
{
border-color: #A67363;
}
</style>