Shades of Toast #A47762
Tints of Toast #A47762
RGB
CMYK
RGB Variations
Color information
#A47762 (or 0xA47762) is known color: Toast. HEX triplet: A4, 77 and 62. RGB value is (164,119,98). Sum of RGB (Red+Green+Blue) = 164+119+98=381 (50% of max value = 765). Red value is 164 (64.45% from 255 or 43.04% from 381); Green value is 119 (46.88% from 255 or 31.23% from 381); Blue value is 98 (38.67% from 255 or 25.72% from 381); Max value from RGB is 164 - color contains mainly: red. Hex color #A47762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47762 is #5B889D. Grayscale: #828282. Windows color (decimal): -5998750 or 6453156. OLE color: 6453156.
HSL color Cylindrical-coordinate representation of color #A47762: hue angle of 19.09º 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 #A47762 is Cyan = 0, Magento = 0.27, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 119 | 98 | - |
| CMYK | 0 | 0.27 | 0.40 | 0.36 |
| HSL | 19.09º | 0.27% | 0.51% | - |
| HSV(B) | 19.09º | 0.4% | 0.64% | - |
| XYZ | 24.11 | 21.97 | 14.52 | - |
| YUV | 130.06 | 109.91 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 119 | 98 | 0 | 0.27 | 0.40 | 0.36 | 19.09 | 0.27 | 0.51 |
| Hex | A4 | 77 | 62 | 0 | 1B | 28 | 24 | 13 | 1B | 33 |
| Octal | 244 | 167 | 142 | 0 | 33 | 50 | 44 | 23 | 33 | 63 |
| Binary | 10100100 | 1110111 | 1100010 | 0 | 11011 | 101000 | 100100 | 10011 | 11011 | 110011 |
Color Harmonies of #A47762
Complementary color
Monochromatic Colors of #A47762
Black with #A47762
Text Example
Text Example
White with #A47762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47762; }
p { color: rgb(164,119,98); }
H1.HeaderClassName
{
color: #A47762;
}
.AnyTagClassName
{
color: #A47762;
}
</style>
background-color css
<style>
a { background-color: #A47762; }
a { background-color: rgb(164,119,98); }
div.DivClassName
{
background-color: #A47762;
}
.BgClassName
{
background-color: #A47762;
}
</style>
border-color css
<style>
span { border-color: #A47762; }
span { border-color: rgb(164,119,98); }
td.TdClassName
{
border-color: #A47762;
}
.TagClassName
{
border-color: #A47762;
}
</style>