Shades of Toast #A17668
Tints of Toast #A17668
RGB
CMYK
RGB Variations
Color information
#A17668 (or 0xA17668) is known color: Toast. HEX triplet: A1, 76 and 68. RGB value is (161,118,104). Sum of RGB (Red+Green+Blue) = 161+118+104=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A17668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17668 is #5E8997. Grayscale: #818181. Windows color (decimal): -6195608 or 6846113. OLE color: 6846113.
HSL color Cylindrical-coordinate representation of color #A17668: hue angle of 14.74º 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 #A17668 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 104 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.37 |
| HSL | 14.74º | 0.23% | 0.52% | - |
| HSV(B) | 14.74º | 0.35% | 0.63% | - |
| XYZ | 23.68 | 21.53 | 16.01 | - |
| YUV | 129.26 | 113.75 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 104 | 0 | 0.27 | 0.35 | 0.37 | 14.74 | 0.23 | 0.52 |
| Hex | A1 | 76 | 68 | 0 | 1B | 23 | 25 | F | 17 | 34 |
| Octal | 241 | 166 | 150 | 0 | 33 | 43 | 45 | 17 | 27 | 64 |
| Binary | 10100001 | 1110110 | 1101000 | 0 | 11011 | 100011 | 100101 | 1111 | 10111 | 110100 |
Color Harmonies of #A17668
Complementary color
Monochromatic Colors of #A17668
Black with #A17668
Text Example
Text Example
White with #A17668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17668; }
p { color: rgb(161,118,104); }
H1.HeaderClassName
{
color: #A17668;
}
.AnyTagClassName
{
color: #A17668;
}
</style>
background-color css
<style>
a { background-color: #A17668; }
a { background-color: rgb(161,118,104); }
div.DivClassName
{
background-color: #A17668;
}
.BgClassName
{
background-color: #A17668;
}
</style>
border-color css
<style>
span { border-color: #A17668; }
span { border-color: rgb(161,118,104); }
td.TdClassName
{
border-color: #A17668;
}
.TagClassName
{
border-color: #A17668;
}
</style>