Shades of Toast #A37864
Tints of Toast #A37864
RGB
CMYK
RGB Variations
Color information
#A37864 (or 0xA37864) is known color: Toast. HEX triplet: A3, 78 and 64. RGB value is (163,120,100). Sum of RGB (Red+Green+Blue) = 163+120+100=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 100 (39.45% from 255 or 26.11% from 383); Max value from RGB is 163 - color contains mainly: red. Hex color #A37864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37864 is #5C879B. Grayscale: #828282. Windows color (decimal): -6064028 or 6584483. OLE color: 6584483.
HSL color Cylindrical-coordinate representation of color #A37864: hue angle of 19.05º 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 #A37864 is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 120 | 100 | - |
| CMYK | 0 | 0.26 | 0.39 | 0.36 |
| HSL | 19.05º | 0.26% | 0.52% | - |
| HSV(B) | 19.05º | 0.39% | 0.64% | - |
| XYZ | 24.12 | 22.14 | 15.06 | - |
| YUV | 130.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 100 | 0 | 0.26 | 0.39 | 0.36 | 19.05 | 0.26 | 0.52 |
| Hex | A3 | 78 | 64 | 0 | 1A | 27 | 24 | 13 | 1A | 34 |
| Octal | 243 | 170 | 144 | 0 | 32 | 47 | 44 | 23 | 32 | 64 |
| Binary | 10100011 | 1111000 | 1100100 | 0 | 11010 | 100111 | 100100 | 10011 | 11010 | 110100 |
Color Harmonies of #A37864
Complementary color
Monochromatic Colors of #A37864
Black with #A37864
Text Example
Text Example
White with #A37864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37864; }
p { color: rgb(163,120,100); }
H1.HeaderClassName
{
color: #A37864;
}
.AnyTagClassName
{
color: #A37864;
}
</style>
background-color css
<style>
a { background-color: #A37864; }
a { background-color: rgb(163,120,100); }
div.DivClassName
{
background-color: #A37864;
}
.BgClassName
{
background-color: #A37864;
}
</style>
border-color css
<style>
span { border-color: #A37864; }
span { border-color: rgb(163,120,100); }
td.TdClassName
{
border-color: #A37864;
}
.TagClassName
{
border-color: #A37864;
}
</style>