Shades of Toast #A17669
Tints of Toast #A17669
RGB
CMYK
RGB Variations
Color information
#A17669 (or 0xA17669) is known color: Toast. HEX triplet: A1, 76 and 69. RGB value is (161,118,105). Sum of RGB (Red+Green+Blue) = 161+118+105=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A17669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17669 is #5E8996. Grayscale: #818181. Windows color (decimal): -6195607 or 6911649. OLE color: 6911649.
HSL color Cylindrical-coordinate representation of color #A17669: hue angle of 13.93º 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 #A17669 is Cyan = 0, Magento = 0.27, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 118 | 105 | - |
| CMYK | 0 | 0.27 | 0.35 | 0.37 |
| HSL | 13.93º | 0.23% | 0.52% | - |
| HSV(B) | 13.93º | 0.35% | 0.63% | - |
| XYZ | 23.73 | 21.55 | 16.27 | - |
| YUV | 129.38 | 114.25 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 118 | 105 | 0 | 0.27 | 0.35 | 0.37 | 13.93 | 0.23 | 0.52 |
| Hex | A1 | 76 | 69 | 0 | 1B | 23 | 25 | E | 17 | 34 |
| Octal | 241 | 166 | 151 | 0 | 33 | 43 | 45 | 16 | 27 | 64 |
| Binary | 10100001 | 1110110 | 1101001 | 0 | 11011 | 100011 | 100101 | 1110 | 10111 | 110100 |
Color Harmonies of #A17669
Complementary color
Monochromatic Colors of #A17669
Black with #A17669
Text Example
Text Example
White with #A17669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17669; }
p { color: rgb(161,118,105); }
H1.HeaderClassName
{
color: #A17669;
}
.AnyTagClassName
{
color: #A17669;
}
</style>
background-color css
<style>
a { background-color: #A17669; }
a { background-color: rgb(161,118,105); }
div.DivClassName
{
background-color: #A17669;
}
.BgClassName
{
background-color: #A17669;
}
</style>
border-color css
<style>
span { border-color: #A17669; }
span { border-color: rgb(161,118,105); }
td.TdClassName
{
border-color: #A17669;
}
.TagClassName
{
border-color: #A17669;
}
</style>