Shades of Toast #A47562
Tints of Toast #A47562
RGB
CMYK
RGB Variations
Color information
#A47562 (or 0xA47562) is known color: Toast. HEX triplet: A4, 75 and 62. RGB value is (164,117,98). Sum of RGB (Red+Green+Blue) = 164+117+98=379 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.27% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 98 (38.67% from 255 or 25.86% from 379); Max value from RGB is 164 - color contains mainly: red. Hex color #A47562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47562 is #5B8A9D. Grayscale: #818181. Windows color (decimal): -5999262 or 6452644. OLE color: 6452644.
HSL color Cylindrical-coordinate representation of color #A47562: hue angle of 17.27º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A47562 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 98 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.36 |
| HSL | 17.27º | 0.27% | 0.51% | - |
| HSV(B) | 17.27º | 0.4% | 0.64% | - |
| XYZ | 23.88 | 21.5 | 14.45 | - |
| YUV | 128.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 98 | 0 | 0.29 | 0.40 | 0.36 | 17.27 | 0.27 | 0.51 |
| Hex | A4 | 75 | 62 | 0 | 1D | 28 | 24 | 11 | 1B | 33 |
| Octal | 244 | 165 | 142 | 0 | 35 | 50 | 44 | 21 | 33 | 63 |
| Binary | 10100100 | 1110101 | 1100010 | 0 | 11101 | 101000 | 100100 | 10001 | 11011 | 110011 |
Color Harmonies of #A47562
Complementary color
Monochromatic Colors of #A47562
Black with #A47562
Text Example
Text Example
White with #A47562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47562; }
p { color: rgb(164,117,98); }
H1.HeaderClassName
{
color: #A47562;
}
.AnyTagClassName
{
color: #A47562;
}
</style>
background-color css
<style>
a { background-color: #A47562; }
a { background-color: rgb(164,117,98); }
div.DivClassName
{
background-color: #A47562;
}
.BgClassName
{
background-color: #A47562;
}
</style>
border-color css
<style>
span { border-color: #A47562; }
span { border-color: rgb(164,117,98); }
td.TdClassName
{
border-color: #A47562;
}
.TagClassName
{
border-color: #A47562;
}
</style>