Shades of Toast #A57A6A
Tints of Toast #A57A6A
RGB
CMYK
RGB Variations
Color information
#A57A6A (or 0xA57A6A) is known color: Toast. HEX triplet: A5, 7A and 6A. RGB value is (165,122,106). Sum of RGB (Red+Green+Blue) = 165+122+106=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 106 (41.80% from 255 or 26.97% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A57A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A57A6A is #5A8595. Grayscale: #858585. Windows color (decimal): -5932438 or 6978213. OLE color: 6978213.
HSL color Cylindrical-coordinate representation of color #A57A6A: hue angle of 16.27º 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 #A57A6A is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 122 | 106 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.35 |
| HSL | 16.27º | 0.25% | 0.53% | - |
| HSV(B) | 16.27º | 0.36% | 0.65% | - |
| XYZ | 25.08 | 22.96 | 16.75 | - |
| YUV | 133.03 | 112.75 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 122 | 106 | 0 | 0.26 | 0.36 | 0.35 | 16.27 | 0.25 | 0.53 |
| Hex | A5 | 7A | 6A | 0 | 1A | 24 | 23 | 10 | 19 | 35 |
| Octal | 245 | 172 | 152 | 0 | 32 | 44 | 43 | 20 | 31 | 65 |
| Binary | 10100101 | 1111010 | 1101010 | 0 | 11010 | 100100 | 100011 | 10000 | 11001 | 110101 |
Color Harmonies of #A57A6A
Complementary color
Monochromatic Colors of #A57A6A
Black with #A57A6A
Text Example
Text Example
White with #A57A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57A6A; }
p { color: rgb(165,122,106); }
H1.HeaderClassName
{
color: #A57A6A;
}
.AnyTagClassName
{
color: #A57A6A;
}
</style>
background-color css
<style>
a { background-color: #A57A6A; }
a { background-color: rgb(165,122,106); }
div.DivClassName
{
background-color: #A57A6A;
}
.BgClassName
{
background-color: #A57A6A;
}
</style>
border-color css
<style>
span { border-color: #A57A6A; }
span { border-color: rgb(165,122,106); }
td.TdClassName
{
border-color: #A57A6A;
}
.TagClassName
{
border-color: #A57A6A;
}
</style>