Shades of Toast #A36F5D
Tints of Toast #A36F5D
RGB
CMYK
RGB Variations
Color information
#A36F5D (or 0xA36F5D) is known color: Toast. HEX triplet: A3, 6F and 5D. RGB value is (163,111,93). Sum of RGB (Red+Green+Blue) = 163+111+93=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 93 (36.72% from 255 or 25.34% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A36F5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36F5D is #5C90A2. Grayscale: #7C7C7C. Windows color (decimal): -6066339 or 6123427. OLE color: 6123427.
HSL color Cylindrical-coordinate representation of color #A36F5D: hue angle of 15.43º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A36F5D is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 111 | 93 | - |
| CMYK | 0 | 0.32 | 0.43 | 0.36 |
| HSL | 15.43º | 0.28% | 0.5% | - |
| HSV(B) | 15.43º | 0.43% | 0.64% | - |
| XYZ | 22.76 | 19.95 | 13.01 | - |
| YUV | 124.5 | 110.23 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 111 | 93 | 0 | 0.32 | 0.43 | 0.36 | 15.43 | 0.28 | 0.5 |
| Hex | A3 | 6F | 5D | 0 | 20 | 2B | 24 | F | 1C | 32 |
| Octal | 243 | 157 | 135 | 0 | 40 | 53 | 44 | 17 | 34 | 62 |
| Binary | 10100011 | 1101111 | 1011101 | 0 | 100000 | 101011 | 100100 | 1111 | 11100 | 110010 |
Color Harmonies of #A36F5D
Complementary color
Monochromatic Colors of #A36F5D
Black with #A36F5D
Text Example
Text Example
White with #A36F5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36F5D; }
p { color: rgb(163,111,93); }
H1.HeaderClassName
{
color: #A36F5D;
}
.AnyTagClassName
{
color: #A36F5D;
}
</style>
background-color css
<style>
a { background-color: #A36F5D; }
a { background-color: rgb(163,111,93); }
div.DivClassName
{
background-color: #A36F5D;
}
.BgClassName
{
background-color: #A36F5D;
}
</style>
border-color css
<style>
span { border-color: #A36F5D; }
span { border-color: rgb(163,111,93); }
td.TdClassName
{
border-color: #A36F5D;
}
.TagClassName
{
border-color: #A36F5D;
}
</style>