Shades of Toast #A36E5C
Tints of Toast #A36E5C
RGB
CMYK
RGB Variations
Color information
#A36E5C (or 0xA36E5C) is known color: Toast. HEX triplet: A3, 6E and 5C. RGB value is (163,110,92). Sum of RGB (Red+Green+Blue) = 163+110+92=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 110 (43.36% from 255 or 30.14% from 365); Blue value is 92 (36.33% from 255 or 25.21% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A36E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36E5C is #5C91A3. Grayscale: #7B7B7B. Windows color (decimal): -6066596 or 6057635. OLE color: 6057635.
HSL color Cylindrical-coordinate representation of color #A36E5C: hue angle of 15.21º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A36E5C is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 110 | 92 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.36 |
| HSL | 15.21º | 0.28% | 0.5% | - |
| HSV(B) | 15.21º | 0.44% | 0.64% | - |
| XYZ | 22.61 | 19.71 | 12.74 | - |
| YUV | 123.8 | 110.06 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 110 | 92 | 0 | 0.33 | 0.44 | 0.36 | 15.21 | 0.28 | 0.5 |
| Hex | A3 | 6E | 5C | 0 | 21 | 2C | 24 | F | 1C | 32 |
| Octal | 243 | 156 | 134 | 0 | 41 | 54 | 44 | 17 | 34 | 62 |
| Binary | 10100011 | 1101110 | 1011100 | 0 | 100001 | 101100 | 100100 | 1111 | 11100 | 110010 |
Color Harmonies of #A36E5C
Complementary color
Monochromatic Colors of #A36E5C
Black with #A36E5C
Text Example
Text Example
White with #A36E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A36E5C; }
p { color: rgb(163,110,92); }
H1.HeaderClassName
{
color: #A36E5C;
}
.AnyTagClassName
{
color: #A36E5C;
}
</style>
background-color css
<style>
a { background-color: #A36E5C; }
a { background-color: rgb(163,110,92); }
div.DivClassName
{
background-color: #A36E5C;
}
.BgClassName
{
background-color: #A36E5C;
}
</style>
border-color css
<style>
span { border-color: #A36E5C; }
span { border-color: rgb(163,110,92); }
td.TdClassName
{
border-color: #A36E5C;
}
.TagClassName
{
border-color: #A36E5C;
}
</style>