Shades of Toast #A36F57
Tints of Toast #A36F57
RGB
CMYK
RGB Variations
Color information
#A36F57 (or 0xA36F57) is known color: Toast. HEX triplet: A3, 6F and 57. RGB value is (163,111,87). Sum of RGB (Red+Green+Blue) = 163+111+87=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 87 (34.38% from 255 or 24.10% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F57 is #5C90A8. Grayscale: #7B7B7B. Windows color (decimal): -6066345 or 5730211. OLE color: 5730211.
HSL color Cylindrical-coordinate representation of color #A36F57: hue angle of 18.95º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A36F57 is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 87 | - |
| CMYK | 0 | 0.32 | 0.47 | 0.36 |
| HSL | 18.95º | 0.3% | 0.49% | - |
| HSV(B) | 18.95º | 0.47% | 0.64% | - |
| XYZ | 22.51 | 19.84 | 11.66 | - |
| YUV | 123.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 87 | 0 | 0.32 | 0.47 | 0.36 | 18.95 | 0.3 | 0.49 |
| Hex | A3 | 6F | 57 | 0 | 20 | 2F | 24 | 13 | 1E | 31 |
| Octal | 243 | 157 | 127 | 0 | 40 | 57 | 44 | 23 | 36 | 61 |
| Binary | 10100011 | 1101111 | 1010111 | 0 | 100000 | 101111 | 100100 | 10011 | 11110 | 110001 |
Color Harmonies of #A36F57
Complementary color
Monochromatic Colors of #A36F57
Black with #A36F57
Text Example
Text Example
White with #A36F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F57; }
p { color: rgb(163,111,87); }
H1.HeaderClassName
{
color: #A36F57;
}
.AnyTagClassName
{
color: #A36F57;
}
</style>
background-color css
<style>
a { background-color: #A36F57; }
a { background-color: rgb(163,111,87); }
div.DivClassName
{
background-color: #A36F57;
}
.BgClassName
{
background-color: #A36F57;
}
</style>
border-color css
<style>
span { border-color: #A36F57; }
span { border-color: rgb(163,111,87); }
td.TdClassName
{
border-color: #A36F57;
}
.TagClassName
{
border-color: #A36F57;
}
</style>