Shades of Toast #A37668
Tints of Toast #A37668
RGB
CMYK
RGB Variations
Color information
#A37668 (or 0xA37668) is known color: Toast. HEX triplet: A3, 76 and 68. RGB value is (163,118,104). Sum of RGB (Red+Green+Blue) = 163+118+104=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 118 (46.48% from 255 or 30.65% from 385); Blue value is 104 (41.02% from 255 or 27.01% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A37668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37668 is #5C8997. Grayscale: #818181. Windows color (decimal): -6064536 or 6846115. OLE color: 6846115.
HSL color Cylindrical-coordinate representation of color #A37668: hue angle of 14.24º 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 #A37668 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 118 | 104 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.36 |
| HSL | 14.24º | 0.24% | 0.52% | - |
| HSV(B) | 14.24º | 0.36% | 0.64% | - |
| XYZ | 24.08 | 21.74 | 16.02 | - |
| YUV | 129.86 | 113.41 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 118 | 104 | 0 | 0.28 | 0.36 | 0.36 | 14.24 | 0.24 | 0.52 |
| Hex | A3 | 76 | 68 | 0 | 1C | 24 | 24 | E | 18 | 34 |
| Octal | 243 | 166 | 150 | 0 | 34 | 44 | 44 | 16 | 30 | 64 |
| Binary | 10100011 | 1110110 | 1101000 | 0 | 11100 | 100100 | 100100 | 1110 | 11000 | 110100 |
Color Harmonies of #A37668
Complementary color
Monochromatic Colors of #A37668
Black with #A37668
Text Example
Text Example
White with #A37668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37668; }
p { color: rgb(163,118,104); }
H1.HeaderClassName
{
color: #A37668;
}
.AnyTagClassName
{
color: #A37668;
}
</style>
background-color css
<style>
a { background-color: #A37668; }
a { background-color: rgb(163,118,104); }
div.DivClassName
{
background-color: #A37668;
}
.BgClassName
{
background-color: #A37668;
}
</style>
border-color css
<style>
span { border-color: #A37668; }
span { border-color: rgb(163,118,104); }
td.TdClassName
{
border-color: #A37668;
}
.TagClassName
{
border-color: #A37668;
}
</style>