Shades of Toast #A37058
Tints of Toast #A37058
RGB
CMYK
RGB Variations
Color information
#A37058 (or 0xA37058) is known color: Toast. HEX triplet: A3, 70 and 58. RGB value is (163,112,88). Sum of RGB (Red+Green+Blue) = 163+112+88=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 88 (34.77% from 255 or 24.24% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A37058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37058 is #5C8FA7. Grayscale: #7C7C7C. Windows color (decimal): -6066088 or 5796003. OLE color: 5796003.
HSL color Cylindrical-coordinate representation of color #A37058: hue angle of 19.2º 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 #A37058 is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 112 | 88 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.36 |
| HSL | 19.2º | 0.3% | 0.49% | - |
| HSV(B) | 19.2º | 0.46% | 0.64% | - |
| XYZ | 22.66 | 20.08 | 11.91 | - |
| YUV | 124.51 | 107.4 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 112 | 88 | 0 | 0.31 | 0.46 | 0.36 | 19.2 | 0.3 | 0.49 |
| Hex | A3 | 70 | 58 | 0 | 1F | 2E | 24 | 13 | 1E | 31 |
| Octal | 243 | 160 | 130 | 0 | 37 | 56 | 44 | 23 | 36 | 61 |
| Binary | 10100011 | 1110000 | 1011000 | 0 | 11111 | 101110 | 100100 | 10011 | 11110 | 110001 |
Color Harmonies of #A37058
Complementary color
Monochromatic Colors of #A37058
Black with #A37058
Text Example
Text Example
White with #A37058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37058; }
p { color: rgb(163,112,88); }
H1.HeaderClassName
{
color: #A37058;
}
.AnyTagClassName
{
color: #A37058;
}
</style>
background-color css
<style>
a { background-color: #A37058; }
a { background-color: rgb(163,112,88); }
div.DivClassName
{
background-color: #A37058;
}
.BgClassName
{
background-color: #A37058;
}
</style>
border-color css
<style>
span { border-color: #A37058; }
span { border-color: rgb(163,112,88); }
td.TdClassName
{
border-color: #A37058;
}
.TagClassName
{
border-color: #A37058;
}
</style>