Shades of Toast #A17469
Tints of Toast #A17469
RGB
CMYK
RGB Variations
Color information
#A17469 (or 0xA17469) is known color: Toast. HEX triplet: A1, 74 and 69. RGB value is (161,116,105). Sum of RGB (Red+Green+Blue) = 161+116+105=382 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.15% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 161 - color contains mainly: red. Hex color #A17469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17469 is #5E8B96. Grayscale: #808080. Windows color (decimal): -6196119 or 6911137. OLE color: 6911137.
HSL color Cylindrical-coordinate representation of color #A17469: hue angle of 11.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 #A17469 is Cyan = 0, Magento = 0.28, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 105 | - |
| CMYK | 0 | 0.28 | 0.35 | 0.37 |
| HSL | 11.79º | 0.23% | 0.52% | - |
| HSV(B) | 11.79º | 0.35% | 0.63% | - |
| XYZ | 23.49 | 21.09 | 16.2 | - |
| YUV | 128.2 | 114.91 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 105 | 0 | 0.28 | 0.35 | 0.37 | 11.79 | 0.23 | 0.52 |
| Hex | A1 | 74 | 69 | 0 | 1C | 23 | 25 | C | 17 | 34 |
| Octal | 241 | 164 | 151 | 0 | 34 | 43 | 45 | 14 | 27 | 64 |
| Binary | 10100001 | 1110100 | 1101001 | 0 | 11100 | 100011 | 100101 | 1100 | 10111 | 110100 |
Color Harmonies of #A17469
Complementary color
Monochromatic Colors of #A17469
Black with #A17469
Text Example
Text Example
White with #A17469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17469; }
p { color: rgb(161,116,105); }
H1.HeaderClassName
{
color: #A17469;
}
.AnyTagClassName
{
color: #A17469;
}
</style>
background-color css
<style>
a { background-color: #A17469; }
a { background-color: rgb(161,116,105); }
div.DivClassName
{
background-color: #A17469;
}
.BgClassName
{
background-color: #A17469;
}
</style>
border-color css
<style>
span { border-color: #A17469; }
span { border-color: rgb(161,116,105); }
td.TdClassName
{
border-color: #A17469;
}
.TagClassName
{
border-color: #A17469;
}
</style>