Shades of Toast #A47058
Tints of Toast #A47058
RGB
CMYK
RGB Variations
Color information
#A47058 (or 0xA47058) is known color: Toast. HEX triplet: A4, 70 and 58. RGB value is (164,112,88). Sum of RGB (Red+Green+Blue) = 164+112+88=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 88 (34.77% from 255 or 24.18% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A47058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A47058 is #5B8FA7. Grayscale: #7C7C7C. Windows color (decimal): -6000552 or 5796004. OLE color: 5796004.
HSL color Cylindrical-coordinate representation of color #A47058: hue angle of 18.95º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A47058 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 112 | 88 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.36 |
| HSL | 18.95º | 0.3% | 0.49% | - |
| HSV(B) | 18.95º | 0.46% | 0.64% | - |
| XYZ | 22.87 | 20.19 | 11.92 | - |
| YUV | 124.81 | 107.23 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 112 | 88 | 0 | 0.32 | 0.46 | 0.36 | 18.95 | 0.3 | 0.49 |
| Hex | A4 | 70 | 58 | 0 | 20 | 2E | 24 | 13 | 1E | 31 |
| Octal | 244 | 160 | 130 | 0 | 40 | 56 | 44 | 23 | 36 | 61 |
| Binary | 10100100 | 1110000 | 1011000 | 0 | 100000 | 101110 | 100100 | 10011 | 11110 | 110001 |
Color Harmonies of #A47058
Complementary color
Monochromatic Colors of #A47058
Black with #A47058
Text Example
Text Example
White with #A47058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47058; }
p { color: rgb(164,112,88); }
H1.HeaderClassName
{
color: #A47058;
}
.AnyTagClassName
{
color: #A47058;
}
</style>
background-color css
<style>
a { background-color: #A47058; }
a { background-color: rgb(164,112,88); }
div.DivClassName
{
background-color: #A47058;
}
.BgClassName
{
background-color: #A47058;
}
</style>
border-color css
<style>
span { border-color: #A47058; }
span { border-color: rgb(164,112,88); }
td.TdClassName
{
border-color: #A47058;
}
.TagClassName
{
border-color: #A47058;
}
</style>