Shades of Toast #A17768
Tints of Toast #A17768
RGB
CMYK
RGB Variations
Color information
#A17768 (or 0xA17768) is known color: Toast. HEX triplet: A1, 77 and 68. RGB value is (161,119,104). Sum of RGB (Red+Green+Blue) = 161+119+104=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A17768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17768 is #5E8897. Grayscale: #818181. Windows color (decimal): -6195352 or 6846369. OLE color: 6846369.
HSL color Cylindrical-coordinate representation of color #A17768: hue angle of 15.79º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A17768 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 119 | 104 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.37 |
| HSL | 15.79º | 0.23% | 0.52% | - |
| HSV(B) | 15.79º | 0.35% | 0.63% | - |
| XYZ | 23.79 | 21.77 | 16.04 | - |
| YUV | 129.85 | 113.41 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 119 | 104 | 0 | 0.26 | 0.35 | 0.37 | 15.79 | 0.23 | 0.52 |
| Hex | A1 | 77 | 68 | 0 | 1A | 23 | 25 | 10 | 17 | 34 |
| Octal | 241 | 167 | 150 | 0 | 32 | 43 | 45 | 20 | 27 | 64 |
| Binary | 10100001 | 1110111 | 1101000 | 0 | 11010 | 100011 | 100101 | 10000 | 10111 | 110100 |
Color Harmonies of #A17768
Complementary color
Monochromatic Colors of #A17768
Black with #A17768
Text Example
Text Example
White with #A17768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17768; }
p { color: rgb(161,119,104); }
H1.HeaderClassName
{
color: #A17768;
}
.AnyTagClassName
{
color: #A17768;
}
</style>
background-color css
<style>
a { background-color: #A17768; }
a { background-color: rgb(161,119,104); }
div.DivClassName
{
background-color: #A17768;
}
.BgClassName
{
background-color: #A17768;
}
</style>
border-color css
<style>
span { border-color: #A17768; }
span { border-color: rgb(161,119,104); }
td.TdClassName
{
border-color: #A17768;
}
.TagClassName
{
border-color: #A17768;
}
</style>