Shades of Toast #A57869
Tints of Toast #A57869
RGB
CMYK
RGB Variations
Color information
#A57869 (or 0xA57869) is known color: Toast. HEX triplet: A5, 78 and 69. RGB value is (165,120,105). Sum of RGB (Red+Green+Blue) = 165+120+105=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 105 (41.41% from 255 or 26.92% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A57869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57869 is #5A8796. Grayscale: #838383. Windows color (decimal): -5932951 or 6912165. OLE color: 6912165.
HSL color Cylindrical-coordinate representation of color #A57869: hue angle of 15º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A57869 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 120 | 105 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.35 |
| HSL | 15º | 0.25% | 0.53% | - |
| HSV(B) | 15º | 0.36% | 0.65% | - |
| XYZ | 24.78 | 22.45 | 16.39 | - |
| YUV | 131.75 | 112.91 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 120 | 105 | 0 | 0.27 | 0.36 | 0.35 | 15 | 0.25 | 0.53 |
| Hex | A5 | 78 | 69 | 0 | 1B | 24 | 23 | F | 19 | 35 |
| Octal | 245 | 170 | 151 | 0 | 33 | 44 | 43 | 17 | 31 | 65 |
| Binary | 10100101 | 1111000 | 1101001 | 0 | 11011 | 100100 | 100011 | 1111 | 11001 | 110101 |
Color Harmonies of #A57869
Complementary color
Monochromatic Colors of #A57869
Black with #A57869
Text Example
Text Example
White with #A57869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57869; }
p { color: rgb(165,120,105); }
H1.HeaderClassName
{
color: #A57869;
}
.AnyTagClassName
{
color: #A57869;
}
</style>
background-color css
<style>
a { background-color: #A57869; }
a { background-color: rgb(165,120,105); }
div.DivClassName
{
background-color: #A57869;
}
.BgClassName
{
background-color: #A57869;
}
</style>
border-color css
<style>
span { border-color: #A57869; }
span { border-color: rgb(165,120,105); }
td.TdClassName
{
border-color: #A57869;
}
.TagClassName
{
border-color: #A57869;
}
</style>