Shades of Toast #A37461
Tints of Toast #A37461
RGB
CMYK
RGB Variations
Color information
#A37461 (or 0xA37461) is known color: Toast. HEX triplet: A3, 74 and 61. RGB value is (163,116,97). Sum of RGB (Red+Green+Blue) = 163+116+97=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 97 (38.28% from 255 or 25.80% from 376); Max value from RGB is 163 - color contains mainly: red. Hex color #A37461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37461 is #5C8B9E. Grayscale: #808080. Windows color (decimal): -6065055 or 6386851. OLE color: 6386851.
HSL color Cylindrical-coordinate representation of color #A37461: hue angle of 17.27º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A37461 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 97 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.36 |
| HSL | 17.27º | 0.26% | 0.51% | - |
| HSV(B) | 17.27º | 0.4% | 0.64% | - |
| XYZ | 23.51 | 21.14 | 14.15 | - |
| YUV | 127.89 | 110.57 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 97 | 0 | 0.29 | 0.40 | 0.36 | 17.27 | 0.26 | 0.51 |
| Hex | A3 | 74 | 61 | 0 | 1D | 28 | 24 | 11 | 1A | 33 |
| Octal | 243 | 164 | 141 | 0 | 35 | 50 | 44 | 21 | 32 | 63 |
| Binary | 10100011 | 1110100 | 1100001 | 0 | 11101 | 101000 | 100100 | 10001 | 11010 | 110011 |
Color Harmonies of #A37461
Complementary color
Monochromatic Colors of #A37461
Black with #A37461
Text Example
Text Example
White with #A37461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37461; }
p { color: rgb(163,116,97); }
H1.HeaderClassName
{
color: #A37461;
}
.AnyTagClassName
{
color: #A37461;
}
</style>
background-color css
<style>
a { background-color: #A37461; }
a { background-color: rgb(163,116,97); }
div.DivClassName
{
background-color: #A37461;
}
.BgClassName
{
background-color: #A37461;
}
</style>
border-color css
<style>
span { border-color: #A37461; }
span { border-color: rgb(163,116,97); }
td.TdClassName
{
border-color: #A37461;
}
.TagClassName
{
border-color: #A37461;
}
</style>