Shades of Toast #A37666
Tints of Toast #A37666
RGB
CMYK
RGB Variations
Color information
#A37666 (or 0xA37666) is known color: Toast. HEX triplet: A3, 76 and 66. RGB value is (163,118,102). Sum of RGB (Red+Green+Blue) = 163+118+102=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 102 (40.23% from 255 or 26.63% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A37666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37666 is #5C8999. Grayscale: #818181. Windows color (decimal): -6064538 or 6715043. OLE color: 6715043.
HSL color Cylindrical-coordinate representation of color #A37666: hue angle of 15.74º 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 #A37666 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 118 | 102 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.36 |
| HSL | 15.74º | 0.25% | 0.52% | - |
| HSV(B) | 15.74º | 0.37% | 0.64% | - |
| XYZ | 23.98 | 21.7 | 15.5 | - |
| YUV | 129.63 | 112.41 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 102 | 0 | 0.28 | 0.37 | 0.36 | 15.74 | 0.25 | 0.52 |
| Hex | A3 | 76 | 66 | 0 | 1C | 25 | 24 | 10 | 19 | 34 |
| Octal | 243 | 166 | 146 | 0 | 34 | 45 | 44 | 20 | 31 | 64 |
| Binary | 10100011 | 1110110 | 1100110 | 0 | 11100 | 100101 | 100100 | 10000 | 11001 | 110100 |
Color Harmonies of #A37666
Complementary color
Monochromatic Colors of #A37666
Black with #A37666
Text Example
Text Example
White with #A37666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37666; }
p { color: rgb(163,118,102); }
H1.HeaderClassName
{
color: #A37666;
}
.AnyTagClassName
{
color: #A37666;
}
</style>
background-color css
<style>
a { background-color: #A37666; }
a { background-color: rgb(163,118,102); }
div.DivClassName
{
background-color: #A37666;
}
.BgClassName
{
background-color: #A37666;
}
</style>
border-color css
<style>
span { border-color: #A37666; }
span { border-color: rgb(163,118,102); }
td.TdClassName
{
border-color: #A37666;
}
.TagClassName
{
border-color: #A37666;
}
</style>