Shades of Toast #A0775B
Tints of Toast #A0775B
RGB
CMYK
RGB Variations
Color information
#A0775B (or 0xA0775B) is known color: Toast. HEX triplet: A0, 77 and 5B. RGB value is (160,119,91). Sum of RGB (Red+Green+Blue) = 160+119+91=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 119 (46.88% from 255 or 32.16% from 370); Blue value is 91 (35.94% from 255 or 24.59% from 370); Max value from RGB is 160 - color contains mainly: red. Hex color #A0775B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0775B is #5F88A4. Grayscale: #808080. Windows color (decimal): -6260901 or 5994400. OLE color: 5994400.
HSL color Cylindrical-coordinate representation of color #A0775B: hue angle of 24.35º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0775B is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 91 | - |
| CMYK | 0 | 0.26 | 0.43 | 0.37 |
| HSL | 24.35º | 0.27% | 0.49% | - |
| HSV(B) | 24.35º | 0.43% | 0.63% | - |
| XYZ | 22.98 | 21.42 | 12.82 | - |
| YUV | 128.07 | 107.08 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 91 | 0 | 0.26 | 0.43 | 0.37 | 24.35 | 0.27 | 0.49 |
| Hex | A0 | 77 | 5B | 0 | 1A | 2B | 25 | 18 | 1B | 31 |
| Octal | 240 | 167 | 133 | 0 | 32 | 53 | 45 | 30 | 33 | 61 |
| Binary | 10100000 | 1110111 | 1011011 | 0 | 11010 | 101011 | 100101 | 11000 | 11011 | 110001 |
Color Harmonies of #A0775B
Complementary color
Monochromatic Colors of #A0775B
Black with #A0775B
Text Example
Text Example
White with #A0775B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0775B; }
p { color: rgb(160,119,91); }
H1.HeaderClassName
{
color: #A0775B;
}
.AnyTagClassName
{
color: #A0775B;
}
</style>
background-color css
<style>
a { background-color: #A0775B; }
a { background-color: rgb(160,119,91); }
div.DivClassName
{
background-color: #A0775B;
}
.BgClassName
{
background-color: #A0775B;
}
</style>
border-color css
<style>
span { border-color: #A0775B; }
span { border-color: rgb(160,119,91); }
td.TdClassName
{
border-color: #A0775B;
}
.TagClassName
{
border-color: #A0775B;
}
</style>