Shades of Toast #A17465
Tints of Toast #A17465
RGB
CMYK
RGB Variations
Color information
#A17465 (or 0xA17465) is known color: Toast. HEX triplet: A1, 74 and 65. RGB value is (161,116,101). Sum of RGB (Red+Green+Blue) = 161+116+101=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A17465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17465 is #5E8B9A. Grayscale: #7F7F7F. Windows color (decimal): -6196123 or 6648993. OLE color: 6648993.
HSL color Cylindrical-coordinate representation of color #A17465: hue angle of 15º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A17465 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 116 | 101 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.37 |
| HSL | 15º | 0.24% | 0.51% | - |
| HSV(B) | 15º | 0.37% | 0.63% | - |
| XYZ | 23.29 | 21.01 | 15.14 | - |
| YUV | 127.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 116 | 101 | 0 | 0.28 | 0.37 | 0.37 | 15 | 0.24 | 0.51 |
| Hex | A1 | 74 | 65 | 0 | 1C | 25 | 25 | F | 18 | 33 |
| Octal | 241 | 164 | 145 | 0 | 34 | 45 | 45 | 17 | 30 | 63 |
| Binary | 10100001 | 1110100 | 1100101 | 0 | 11100 | 100101 | 100101 | 1111 | 11000 | 110011 |
Color Harmonies of #A17465
Complementary color
Monochromatic Colors of #A17465
Black with #A17465
Text Example
Text Example
White with #A17465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17465; }
p { color: rgb(161,116,101); }
H1.HeaderClassName
{
color: #A17465;
}
.AnyTagClassName
{
color: #A17465;
}
</style>
background-color css
<style>
a { background-color: #A17465; }
a { background-color: rgb(161,116,101); }
div.DivClassName
{
background-color: #A17465;
}
.BgClassName
{
background-color: #A17465;
}
</style>
border-color css
<style>
span { border-color: #A17465; }
span { border-color: rgb(161,116,101); }
td.TdClassName
{
border-color: #A17465;
}
.TagClassName
{
border-color: #A17465;
}
</style>