Shades of Toast #A37867
Tints of Toast #A37867
RGB
CMYK
RGB Variations
Color information
#A37867 (or 0xA37867) is known color: Toast. HEX triplet: A3, 78 and 67. RGB value is (163,120,103). Sum of RGB (Red+Green+Blue) = 163+120+103=386 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.23% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 103 (40.62% from 255 or 26.68% from 386); Max value from RGB is 163 - color contains mainly: red. Hex color #A37867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37867 is #5C8798. Grayscale: #838383. Windows color (decimal): -6064025 or 6781091. OLE color: 6781091.
HSL color Cylindrical-coordinate representation of color #A37867: hue angle of 17º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A37867 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 120 | 103 | - |
| CMYK | 0 | 0.26 | 0.37 | 0.36 |
| HSL | 17º | 0.25% | 0.52% | - |
| HSV(B) | 17º | 0.37% | 0.64% | - |
| XYZ | 24.27 | 22.2 | 15.84 | - |
| YUV | 130.92 | 112.25 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 103 | 0 | 0.26 | 0.37 | 0.36 | 17 | 0.25 | 0.52 |
| Hex | A3 | 78 | 67 | 0 | 1A | 25 | 24 | 11 | 19 | 34 |
| Octal | 243 | 170 | 147 | 0 | 32 | 45 | 44 | 21 | 31 | 64 |
| Binary | 10100011 | 1111000 | 1100111 | 0 | 11010 | 100101 | 100100 | 10001 | 11001 | 110100 |
Color Harmonies of #A37867
Complementary color
Monochromatic Colors of #A37867
Black with #A37867
Text Example
Text Example
White with #A37867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37867; }
p { color: rgb(163,120,103); }
H1.HeaderClassName
{
color: #A37867;
}
.AnyTagClassName
{
color: #A37867;
}
</style>
background-color css
<style>
a { background-color: #A37867; }
a { background-color: rgb(163,120,103); }
div.DivClassName
{
background-color: #A37867;
}
.BgClassName
{
background-color: #A37867;
}
</style>
border-color css
<style>
span { border-color: #A37867; }
span { border-color: rgb(163,120,103); }
td.TdClassName
{
border-color: #A37867;
}
.TagClassName
{
border-color: #A37867;
}
</style>