Shades of Toast #A37866
Tints of Toast #A37866
RGB
CMYK
RGB Variations
Color information
#A37866 (or 0xA37866) is known color: Toast. HEX triplet: A3, 78 and 66. RGB value is (163,120,102). Sum of RGB (Red+Green+Blue) = 163+120+102=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A37866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37866 is #5C8799. Grayscale: #828282. Windows color (decimal): -6064026 or 6715555. OLE color: 6715555.
HSL color Cylindrical-coordinate representation of color #A37866: hue angle of 17.7º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A37866 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 120 | 102 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.36 |
| HSL | 17.7º | 0.25% | 0.52% | - |
| HSV(B) | 17.7º | 0.37% | 0.64% | - |
| XYZ | 24.22 | 22.18 | 15.57 | - |
| YUV | 130.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 102 | 0 | 0.26 | 0.37 | 0.36 | 17.7 | 0.25 | 0.52 |
| Hex | A3 | 78 | 66 | 0 | 1A | 25 | 24 | 12 | 19 | 34 |
| Octal | 243 | 170 | 146 | 0 | 32 | 45 | 44 | 22 | 31 | 64 |
| Binary | 10100011 | 1111000 | 1100110 | 0 | 11010 | 100101 | 100100 | 10010 | 11001 | 110100 |
Color Harmonies of #A37866
Complementary color
Monochromatic Colors of #A37866
Black with #A37866
Text Example
Text Example
White with #A37866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37866; }
p { color: rgb(163,120,102); }
H1.HeaderClassName
{
color: #A37866;
}
.AnyTagClassName
{
color: #A37866;
}
</style>
background-color css
<style>
a { background-color: #A37866; }
a { background-color: rgb(163,120,102); }
div.DivClassName
{
background-color: #A37866;
}
.BgClassName
{
background-color: #A37866;
}
</style>
border-color css
<style>
span { border-color: #A37866; }
span { border-color: rgb(163,120,102); }
td.TdClassName
{
border-color: #A37866;
}
.TagClassName
{
border-color: #A37866;
}
</style>