Shades of Toast #A37557
Tints of Toast #A37557
RGB
CMYK
RGB Variations
Color information
#A37557 (or 0xA37557) is known color: Toast. HEX triplet: A3, 75 and 57. RGB value is (163,117,87). Sum of RGB (Red+Green+Blue) = 163+117+87=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A37557 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37557 is #5C8AA8. Grayscale: #7F7F7F. Windows color (decimal): -6064809 or 5731747. OLE color: 5731747.
HSL color Cylindrical-coordinate representation of color #A37557: hue angle of 23.68º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A37557 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 117 | 87 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.36 |
| HSL | 23.68º | 0.3% | 0.49% | - |
| HSV(B) | 23.68º | 0.47% | 0.64% | - |
| XYZ | 23.19 | 21.2 | 11.89 | - |
| YUV | 127.33 | 105.24 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 87 | 0 | 0.28 | 0.47 | 0.36 | 23.68 | 0.3 | 0.49 |
| Hex | A3 | 75 | 57 | 0 | 1C | 2F | 24 | 18 | 1E | 31 |
| Octal | 243 | 165 | 127 | 0 | 34 | 57 | 44 | 30 | 36 | 61 |
| Binary | 10100011 | 1110101 | 1010111 | 0 | 11100 | 101111 | 100100 | 11000 | 11110 | 110001 |
Color Harmonies of #A37557
Complementary color
Monochromatic Colors of #A37557
Black with #A37557
Text Example
Text Example
White with #A37557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37557; }
p { color: rgb(163,117,87); }
H1.HeaderClassName
{
color: #A37557;
}
.AnyTagClassName
{
color: #A37557;
}
</style>
background-color css
<style>
a { background-color: #A37557; }
a { background-color: rgb(163,117,87); }
div.DivClassName
{
background-color: #A37557;
}
.BgClassName
{
background-color: #A37557;
}
</style>
border-color css
<style>
span { border-color: #A37557; }
span { border-color: rgb(163,117,87); }
td.TdClassName
{
border-color: #A37557;
}
.TagClassName
{
border-color: #A37557;
}
</style>