Shades of Toast #A17468
Tints of Toast #A17468
RGB
CMYK
RGB Variations
Color information
#A17468 (or 0xA17468) is known color: Toast. HEX triplet: A1, 74 and 68. RGB value is (161,116,104). Sum of RGB (Red+Green+Blue) = 161+116+104=381 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.26% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 161 - color contains mainly: red. Hex color #A17468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17468 is #5E8B97. Grayscale: #808080. Windows color (decimal): -6196120 or 6845601. OLE color: 6845601.
HSL color Cylindrical-coordinate representation of color #A17468: hue angle of 12.63º 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 #A17468 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 104 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.37 |
| HSL | 12.63º | 0.23% | 0.52% | - |
| HSV(B) | 12.63º | 0.35% | 0.63% | - |
| XYZ | 23.44 | 21.07 | 15.93 | - |
| YUV | 128.09 | 114.41 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 104 | 0 | 0.28 | 0.35 | 0.37 | 12.63 | 0.23 | 0.52 |
| Hex | A1 | 74 | 68 | 0 | 1C | 23 | 25 | D | 17 | 34 |
| Octal | 241 | 164 | 150 | 0 | 34 | 43 | 45 | 15 | 27 | 64 |
| Binary | 10100001 | 1110100 | 1101000 | 0 | 11100 | 100011 | 100101 | 1101 | 10111 | 110100 |
Color Harmonies of #A17468
Complementary color
Monochromatic Colors of #A17468
Black with #A17468
Text Example
Text Example
White with #A17468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17468; }
p { color: rgb(161,116,104); }
H1.HeaderClassName
{
color: #A17468;
}
.AnyTagClassName
{
color: #A17468;
}
</style>
background-color css
<style>
a { background-color: #A17468; }
a { background-color: rgb(161,116,104); }
div.DivClassName
{
background-color: #A17468;
}
.BgClassName
{
background-color: #A17468;
}
</style>
border-color css
<style>
span { border-color: #A17468; }
span { border-color: rgb(161,116,104); }
td.TdClassName
{
border-color: #A17468;
}
.TagClassName
{
border-color: #A17468;
}
</style>