Shades of Toast #A67263
Tints of Toast #A67263
RGB
CMYK
RGB Variations
Color information
#A67263 (or 0xA67263) is known color: Toast. HEX triplet: A6, 72 and 63. RGB value is (166,114,99). Sum of RGB (Red+Green+Blue) = 166+114+99=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 99 (39.06% from 255 or 26.12% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A67263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67263 is #598D9C. Grayscale: #7F7F7F. Windows color (decimal): -5868957 or 6517414. OLE color: 6517414.
HSL color Cylindrical-coordinate representation of color #A67263: hue angle of 13.43º 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 #A67263 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 114 | 99 | - |
| CMYK | 0 | 0.31 | 0.40 | 0.35 |
| HSL | 13.43º | 0.27% | 0.52% | - |
| HSV(B) | 13.43º | 0.4% | 0.65% | - |
| XYZ | 24 | 21.04 | 14.6 | - |
| YUV | 127.84 | 111.73 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 114 | 99 | 0 | 0.31 | 0.40 | 0.35 | 13.43 | 0.27 | 0.52 |
| Hex | A6 | 72 | 63 | 0 | 1F | 28 | 23 | D | 1B | 34 |
| Octal | 246 | 162 | 143 | 0 | 37 | 50 | 43 | 15 | 33 | 64 |
| Binary | 10100110 | 1110010 | 1100011 | 0 | 11111 | 101000 | 100011 | 1101 | 11011 | 110100 |
Color Harmonies of #A67263
Complementary color
Monochromatic Colors of #A67263
Black with #A67263
Text Example
Text Example
White with #A67263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67263; }
p { color: rgb(166,114,99); }
H1.HeaderClassName
{
color: #A67263;
}
.AnyTagClassName
{
color: #A67263;
}
</style>
background-color css
<style>
a { background-color: #A67263; }
a { background-color: rgb(166,114,99); }
div.DivClassName
{
background-color: #A67263;
}
.BgClassName
{
background-color: #A67263;
}
</style>
border-color css
<style>
span { border-color: #A67263; }
span { border-color: rgb(166,114,99); }
td.TdClassName
{
border-color: #A67263;
}
.TagClassName
{
border-color: #A67263;
}
</style>