Shades of Toast #A37464
Tints of Toast #A37464
RGB
CMYK
RGB Variations
Color information
#A37464 (or 0xA37464) is known color: Toast. HEX triplet: A3, 74 and 64. RGB value is (163,116,100). Sum of RGB (Red+Green+Blue) = 163+116+100=379 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.01% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 100 (39.45% from 255 or 26.39% from 379); Max value from RGB is 163 - color contains mainly: red. Hex color #A37464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37464 is #5C8B9B. Grayscale: #808080. Windows color (decimal): -6065052 or 6583459. OLE color: 6583459.
HSL color Cylindrical-coordinate representation of color #A37464: hue angle of 15.24º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A37464 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 116 | 100 | - |
| CMYK | 0 | 0.29 | 0.39 | 0.36 |
| HSL | 15.24º | 0.26% | 0.52% | - |
| HSV(B) | 15.24º | 0.39% | 0.64% | - |
| XYZ | 23.65 | 21.2 | 14.9 | - |
| YUV | 128.23 | 112.07 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 116 | 100 | 0 | 0.29 | 0.39 | 0.36 | 15.24 | 0.26 | 0.52 |
| Hex | A3 | 74 | 64 | 0 | 1D | 27 | 24 | F | 1A | 34 |
| Octal | 243 | 164 | 144 | 0 | 35 | 47 | 44 | 17 | 32 | 64 |
| Binary | 10100011 | 1110100 | 1100100 | 0 | 11101 | 100111 | 100100 | 1111 | 11010 | 110100 |
Color Harmonies of #A37464
Complementary color
Monochromatic Colors of #A37464
Black with #A37464
Text Example
Text Example
White with #A37464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37464; }
p { color: rgb(163,116,100); }
H1.HeaderClassName
{
color: #A37464;
}
.AnyTagClassName
{
color: #A37464;
}
</style>
background-color css
<style>
a { background-color: #A37464; }
a { background-color: rgb(163,116,100); }
div.DivClassName
{
background-color: #A37464;
}
.BgClassName
{
background-color: #A37464;
}
</style>
border-color css
<style>
span { border-color: #A37464; }
span { border-color: rgb(163,116,100); }
td.TdClassName
{
border-color: #A37464;
}
.TagClassName
{
border-color: #A37464;
}
</style>