Shades of Toast #A57969
Tints of Toast #A57969
RGB
CMYK
RGB Variations
Color information
#A57969 (or 0xA57969) is known color: Toast. HEX triplet: A5, 79 and 69. RGB value is (165,121,105). Sum of RGB (Red+Green+Blue) = 165+121+105=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A57969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57969 is #5A8696. Grayscale: #848484. Windows color (decimal): -5932695 or 6912421. OLE color: 6912421.
HSL color Cylindrical-coordinate representation of color #A57969: hue angle of 16º 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 #A57969 is Cyan = 0, Magento = 0.27, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 121 | 105 | - |
| CMYK | 0 | 0.27 | 0.36 | 0.35 |
| HSL | 16º | 0.25% | 0.53% | - |
| HSV(B) | 16º | 0.36% | 0.65% | - |
| XYZ | 24.9 | 22.69 | 16.43 | - |
| YUV | 132.33 | 112.58 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 121 | 105 | 0 | 0.27 | 0.36 | 0.35 | 16 | 0.25 | 0.53 |
| Hex | A5 | 79 | 69 | 0 | 1B | 24 | 23 | 10 | 19 | 35 |
| Octal | 245 | 171 | 151 | 0 | 33 | 44 | 43 | 20 | 31 | 65 |
| Binary | 10100101 | 1111001 | 1101001 | 0 | 11011 | 100100 | 100011 | 10000 | 11001 | 110101 |
Color Harmonies of #A57969
Complementary color
Monochromatic Colors of #A57969
Black with #A57969
Text Example
Text Example
White with #A57969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57969; }
p { color: rgb(165,121,105); }
H1.HeaderClassName
{
color: #A57969;
}
.AnyTagClassName
{
color: #A57969;
}
</style>
background-color css
<style>
a { background-color: #A57969; }
a { background-color: rgb(165,121,105); }
div.DivClassName
{
background-color: #A57969;
}
.BgClassName
{
background-color: #A57969;
}
</style>
border-color css
<style>
span { border-color: #A57969; }
span { border-color: rgb(165,121,105); }
td.TdClassName
{
border-color: #A57969;
}
.TagClassName
{
border-color: #A57969;
}
</style>