Shades of Toast #A47560
Tints of Toast #A47560
RGB
CMYK
RGB Variations
Color information
#A47560 (or 0xA47560) is known color: Toast. HEX triplet: A4, 75 and 60. RGB value is (164,117,96). Sum of RGB (Red+Green+Blue) = 164+117+96=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 117 (46.09% from 255 or 31.03% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A47560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47560 is #5B8A9F. Grayscale: #808080. Windows color (decimal): -5999264 or 6321572. OLE color: 6321572.
HSL color Cylindrical-coordinate representation of color #A47560: hue angle of 18.53º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A47560 is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 117 | 96 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.36 |
| HSL | 18.53º | 0.27% | 0.51% | - |
| HSV(B) | 18.53º | 0.41% | 0.64% | - |
| XYZ | 23.78 | 21.46 | 13.95 | - |
| YUV | 128.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 117 | 96 | 0 | 0.29 | 0.41 | 0.36 | 18.53 | 0.27 | 0.51 |
| Hex | A4 | 75 | 60 | 0 | 1D | 29 | 24 | 13 | 1B | 33 |
| Octal | 244 | 165 | 140 | 0 | 35 | 51 | 44 | 23 | 33 | 63 |
| Binary | 10100100 | 1110101 | 1100000 | 0 | 11101 | 101001 | 100100 | 10011 | 11011 | 110011 |
Color Harmonies of #A47560
Complementary color
Monochromatic Colors of #A47560
Black with #A47560
Text Example
Text Example
White with #A47560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47560; }
p { color: rgb(164,117,96); }
H1.HeaderClassName
{
color: #A47560;
}
.AnyTagClassName
{
color: #A47560;
}
</style>
background-color css
<style>
a { background-color: #A47560; }
a { background-color: rgb(164,117,96); }
div.DivClassName
{
background-color: #A47560;
}
.BgClassName
{
background-color: #A47560;
}
</style>
border-color css
<style>
span { border-color: #A47560; }
span { border-color: rgb(164,117,96); }
td.TdClassName
{
border-color: #A47560;
}
.TagClassName
{
border-color: #A47560;
}
</style>