Shades of Toast #A17762
Tints of Toast #A17762
RGB
CMYK
RGB Variations
Color information
#A17762 (or 0xA17762) is known color: Toast. HEX triplet: A1, 77 and 62. RGB value is (161,119,98). Sum of RGB (Red+Green+Blue) = 161+119+98=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A17762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17762 is #5E889D. Grayscale: #818181. Windows color (decimal): -6195358 or 6453153. OLE color: 6453153.
HSL color Cylindrical-coordinate representation of color #A17762: hue angle of 20º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A17762 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 98 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.37 |
| HSL | 20º | 0.25% | 0.51% | - |
| HSV(B) | 20º | 0.39% | 0.63% | - |
| XYZ | 23.5 | 21.65 | 14.5 | - |
| YUV | 129.16 | 110.41 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 98 | 0 | 0.26 | 0.39 | 0.37 | 20 | 0.25 | 0.51 |
| Hex | A1 | 77 | 62 | 0 | 1A | 27 | 25 | 14 | 19 | 33 |
| Octal | 241 | 167 | 142 | 0 | 32 | 47 | 45 | 24 | 31 | 63 |
| Binary | 10100001 | 1110111 | 1100010 | 0 | 11010 | 100111 | 100101 | 10100 | 11001 | 110011 |
Color Harmonies of #A17762
Complementary color
Monochromatic Colors of #A17762
Black with #A17762
Text Example
Text Example
White with #A17762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17762; }
p { color: rgb(161,119,98); }
H1.HeaderClassName
{
color: #A17762;
}
.AnyTagClassName
{
color: #A17762;
}
</style>
background-color css
<style>
a { background-color: #A17762; }
a { background-color: rgb(161,119,98); }
div.DivClassName
{
background-color: #A17762;
}
.BgClassName
{
background-color: #A17762;
}
</style>
border-color css
<style>
span { border-color: #A17762; }
span { border-color: rgb(161,119,98); }
td.TdClassName
{
border-color: #A17762;
}
.TagClassName
{
border-color: #A17762;
}
</style>