Shades of Toast #A37566
Tints of Toast #A37566
RGB
CMYK
RGB Variations
Color information
#A37566 (or 0xA37566) is known color: Toast. HEX triplet: A3, 75 and 66. RGB value is (163,117,102). Sum of RGB (Red+Green+Blue) = 163+117+102=382 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.67% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 102 (40.23% from 255 or 26.70% from 382); Max value from RGB is 163 - color contains mainly: red. Hex color #A37566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37566 is #5C8A99. Grayscale: #818181. Windows color (decimal): -6064794 or 6714787. OLE color: 6714787.
HSL color Cylindrical-coordinate representation of color #A37566: hue angle of 14.75º 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 #A37566 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 117 | 102 | - |
| CMYK | 0 | 0.28 | 0.37 | 0.36 |
| HSL | 14.75º | 0.25% | 0.52% | - |
| HSV(B) | 14.75º | 0.37% | 0.64% | - |
| XYZ | 23.86 | 21.47 | 15.46 | - |
| YUV | 129.04 | 112.74 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 102 | 0 | 0.28 | 0.37 | 0.36 | 14.75 | 0.25 | 0.52 |
| Hex | A3 | 75 | 66 | 0 | 1C | 25 | 24 | F | 19 | 34 |
| Octal | 243 | 165 | 146 | 0 | 34 | 45 | 44 | 17 | 31 | 64 |
| Binary | 10100011 | 1110101 | 1100110 | 0 | 11100 | 100101 | 100100 | 1111 | 11001 | 110100 |
Color Harmonies of #A37566
Complementary color
Monochromatic Colors of #A37566
Black with #A37566
Text Example
Text Example
White with #A37566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37566; }
p { color: rgb(163,117,102); }
H1.HeaderClassName
{
color: #A37566;
}
.AnyTagClassName
{
color: #A37566;
}
</style>
background-color css
<style>
a { background-color: #A37566; }
a { background-color: rgb(163,117,102); }
div.DivClassName
{
background-color: #A37566;
}
.BgClassName
{
background-color: #A37566;
}
</style>
border-color css
<style>
span { border-color: #A37566; }
span { border-color: rgb(163,117,102); }
td.TdClassName
{
border-color: #A37566;
}
.TagClassName
{
border-color: #A37566;
}
</style>