Shades of Toast #A17265
Tints of Toast #A17265
RGB
CMYK
RGB Variations
Color information
#A17265 (or 0xA17265) is known color: Toast. HEX triplet: A1, 72 and 65. RGB value is (161,114,101). Sum of RGB (Red+Green+Blue) = 161+114+101=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A17265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A17265 is #5E8D9A. Grayscale: #7E7E7E. Windows color (decimal): -6196635 or 6648481. OLE color: 6648481.
HSL color Cylindrical-coordinate representation of color #A17265: hue angle of 13º 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 #A17265 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 114 | 101 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.37 |
| HSL | 13º | 0.24% | 0.51% | - |
| HSV(B) | 13º | 0.37% | 0.63% | - |
| XYZ | 23.06 | 20.55 | 15.06 | - |
| YUV | 126.57 | 113.57 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 114 | 101 | 0 | 0.29 | 0.37 | 0.37 | 13 | 0.24 | 0.51 |
| Hex | A1 | 72 | 65 | 0 | 1D | 25 | 25 | D | 18 | 33 |
| Octal | 241 | 162 | 145 | 0 | 35 | 45 | 45 | 15 | 30 | 63 |
| Binary | 10100001 | 1110010 | 1100101 | 0 | 11101 | 100101 | 100101 | 1101 | 11000 | 110011 |
Color Harmonies of #A17265
Complementary color
Monochromatic Colors of #A17265
Black with #A17265
Text Example
Text Example
White with #A17265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A17265; }
p { color: rgb(161,114,101); }
H1.HeaderClassName
{
color: #A17265;
}
.AnyTagClassName
{
color: #A17265;
}
</style>
background-color css
<style>
a { background-color: #A17265; }
a { background-color: rgb(161,114,101); }
div.DivClassName
{
background-color: #A17265;
}
.BgClassName
{
background-color: #A17265;
}
</style>
border-color css
<style>
span { border-color: #A17265; }
span { border-color: rgb(161,114,101); }
td.TdClassName
{
border-color: #A17265;
}
.TagClassName
{
border-color: #A17265;
}
</style>