Shades of Toast #A37868
Tints of Toast #A37868
RGB
CMYK
RGB Variations
Color information
#A37868 (or 0xA37868) is known color: Toast. HEX triplet: A3, 78 and 68. RGB value is (163,120,104). Sum of RGB (Red+Green+Blue) = 163+120+104=387 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.12% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 163 - color contains mainly: red. Hex color #A37868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37868 is #5C8797. Grayscale: #838383. Windows color (decimal): -6064024 or 6846627. OLE color: 6846627.
HSL color Cylindrical-coordinate representation of color #A37868: hue angle of 16.27º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A37868 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 120 | 104 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.36 |
| HSL | 16.27º | 0.24% | 0.52% | - |
| HSV(B) | 16.27º | 0.36% | 0.64% | - |
| XYZ | 24.32 | 22.22 | 16.1 | - |
| YUV | 131.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 104 | 0 | 0.26 | 0.36 | 0.36 | 16.27 | 0.24 | 0.52 |
| Hex | A3 | 78 | 68 | 0 | 1A | 24 | 24 | 10 | 18 | 34 |
| Octal | 243 | 170 | 150 | 0 | 32 | 44 | 44 | 20 | 30 | 64 |
| Binary | 10100011 | 1111000 | 1101000 | 0 | 11010 | 100100 | 100100 | 10000 | 11000 | 110100 |
Color Harmonies of #A37868
Complementary color
Monochromatic Colors of #A37868
Black with #A37868
Text Example
Text Example
White with #A37868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37868; }
p { color: rgb(163,120,104); }
H1.HeaderClassName
{
color: #A37868;
}
.AnyTagClassName
{
color: #A37868;
}
</style>
background-color css
<style>
a { background-color: #A37868; }
a { background-color: rgb(163,120,104); }
div.DivClassName
{
background-color: #A37868;
}
.BgClassName
{
background-color: #A37868;
}
</style>
border-color css
<style>
span { border-color: #A37868; }
span { border-color: rgb(163,120,104); }
td.TdClassName
{
border-color: #A37868;
}
.TagClassName
{
border-color: #A37868;
}
</style>