Shades of Toast #A37869
Tints of Toast #A37869
RGB
CMYK
RGB Variations
Color information
#A37869 (or 0xA37869) is known color: Toast. HEX triplet: A3, 78 and 69. RGB value is (163,120,105). Sum of RGB (Red+Green+Blue) = 163+120+105=388 (51% of max value = 765). Red value is 163 (64.06% from 255 or 42.01% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 105 (41.41% from 255 or 27.06% from 388); Max value from RGB is 163 - color contains mainly: red. Hex color #A37869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A37869 is #5C8796. Grayscale: #838383. Windows color (decimal): -6064023 or 6912163. OLE color: 6912163.
HSL color Cylindrical-coordinate representation of color #A37869: hue angle of 15.52º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A37869 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 120 | 105 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.36 |
| HSL | 15.52º | 0.24% | 0.53% | - |
| HSV(B) | 15.52º | 0.36% | 0.64% | - |
| XYZ | 24.37 | 22.24 | 16.37 | - |
| YUV | 131.15 | 113.25 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 120 | 105 | 0 | 0.26 | 0.36 | 0.36 | 15.52 | 0.24 | 0.53 |
| Hex | A3 | 78 | 69 | 0 | 1A | 24 | 24 | 10 | 18 | 35 |
| Octal | 243 | 170 | 151 | 0 | 32 | 44 | 44 | 20 | 30 | 65 |
| Binary | 10100011 | 1111000 | 1101001 | 0 | 11010 | 100100 | 100100 | 10000 | 11000 | 110101 |
Color Harmonies of #A37869
Complementary color
Monochromatic Colors of #A37869
Black with #A37869
Text Example
Text Example
White with #A37869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37869; }
p { color: rgb(163,120,105); }
H1.HeaderClassName
{
color: #A37869;
}
.AnyTagClassName
{
color: #A37869;
}
</style>
background-color css
<style>
a { background-color: #A37869; }
a { background-color: rgb(163,120,105); }
div.DivClassName
{
background-color: #A37869;
}
.BgClassName
{
background-color: #A37869;
}
</style>
border-color css
<style>
span { border-color: #A37869; }
span { border-color: rgb(163,120,105); }
td.TdClassName
{
border-color: #A37869;
}
.TagClassName
{
border-color: #A37869;
}
</style>