Shades of Toast #A1756A
Tints of Toast #A1756A
RGB
CMYK
RGB Variations
Color information
#A1756A (or 0xA1756A) is known color: Toast. HEX triplet: A1, 75 and 6A. RGB value is (161,117,106). Sum of RGB (Red+Green+Blue) = 161+117+106=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 117 (46.09% from 255 or 30.47% from 384); Blue value is 106 (41.80% from 255 or 27.60% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A1756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1756A is #5E8A95. Grayscale: #808080. Windows color (decimal): -6195862 or 6976929. OLE color: 6976929.
HSL color Cylindrical-coordinate representation of color #A1756A: hue angle of 12º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1756A is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 117 | 106 | - |
| CMYK | 0 | 0.27 | 0.34 | 0.37 |
| HSL | 12º | 0.23% | 0.52% | - |
| HSV(B) | 12º | 0.34% | 0.63% | - |
| XYZ | 23.66 | 21.34 | 16.51 | - |
| YUV | 128.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 117 | 106 | 0 | 0.27 | 0.34 | 0.37 | 12 | 0.23 | 0.52 |
| Hex | A1 | 75 | 6A | 0 | 1B | 22 | 25 | C | 17 | 34 |
| Octal | 241 | 165 | 152 | 0 | 33 | 42 | 45 | 14 | 27 | 64 |
| Binary | 10100001 | 1110101 | 1101010 | 0 | 11011 | 100010 | 100101 | 1100 | 10111 | 110100 |
Color Harmonies of #A1756A
Complementary color
Monochromatic Colors of #A1756A
Black with #A1756A
Text Example
Text Example
White with #A1756A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1756A; }
p { color: rgb(161,117,106); }
H1.HeaderClassName
{
color: #A1756A;
}
.AnyTagClassName
{
color: #A1756A;
}
</style>
background-color css
<style>
a { background-color: #A1756A; }
a { background-color: rgb(161,117,106); }
div.DivClassName
{
background-color: #A1756A;
}
.BgClassName
{
background-color: #A1756A;
}
</style>
border-color css
<style>
span { border-color: #A1756A; }
span { border-color: rgb(161,117,106); }
td.TdClassName
{
border-color: #A1756A;
}
.TagClassName
{
border-color: #A1756A;
}
</style>