Shades of Toast #A36F61
Tints of Toast #A36F61
RGB
CMYK
RGB Variations
Color information
#A36F61 (or 0xA36F61) is known color: Toast. HEX triplet: A3, 6F and 61. RGB value is (163,111,97). Sum of RGB (Red+Green+Blue) = 163+111+97=371 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.94% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 97 (38.28% from 255 or 26.15% from 371); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F61 is #5C909E. Grayscale: #7D7D7D. Windows color (decimal): -6066335 or 6385571. OLE color: 6385571.
HSL color Cylindrical-coordinate representation of color #A36F61: hue angle of 12.73º 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 #A36F61 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 97 | - |
| CMYK | 0 | 0.32 | 0.40 | 0.36 |
| HSL | 12.73º | 0.26% | 0.51% | - |
| HSV(B) | 12.73º | 0.4% | 0.64% | - |
| XYZ | 22.95 | 20.02 | 13.96 | - |
| YUV | 124.95 | 112.23 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 97 | 0 | 0.32 | 0.40 | 0.36 | 12.73 | 0.26 | 0.51 |
| Hex | A3 | 6F | 61 | 0 | 20 | 28 | 24 | D | 1A | 33 |
| Octal | 243 | 157 | 141 | 0 | 40 | 50 | 44 | 15 | 32 | 63 |
| Binary | 10100011 | 1101111 | 1100001 | 0 | 100000 | 101000 | 100100 | 1101 | 11010 | 110011 |
Color Harmonies of #A36F61
Complementary color
Monochromatic Colors of #A36F61
Black with #A36F61
Text Example
Text Example
White with #A36F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F61; }
p { color: rgb(163,111,97); }
H1.HeaderClassName
{
color: #A36F61;
}
.AnyTagClassName
{
color: #A36F61;
}
</style>
background-color css
<style>
a { background-color: #A36F61; }
a { background-color: rgb(163,111,97); }
div.DivClassName
{
background-color: #A36F61;
}
.BgClassName
{
background-color: #A36F61;
}
</style>
border-color css
<style>
span { border-color: #A36F61; }
span { border-color: rgb(163,111,97); }
td.TdClassName
{
border-color: #A36F61;
}
.TagClassName
{
border-color: #A36F61;
}
</style>