Shades of Toast #A07768
Tints of Toast #A07768
RGB
CMYK
RGB Variations
Color information
#A07768 (or 0xA07768) is known color: Toast. HEX triplet: A0, 77 and 68. RGB value is (160,119,104). Sum of RGB (Red+Green+Blue) = 160+119+104=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A07768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07768 is #5F8897. Grayscale: #818181. Windows color (decimal): -6260888 or 6846368. OLE color: 6846368.
HSL color Cylindrical-coordinate representation of color #A07768: hue angle of 16.07º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A07768 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 119 | 104 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.37 |
| HSL | 16.07º | 0.23% | 0.52% | - |
| HSV(B) | 16.07º | 0.35% | 0.63% | - |
| XYZ | 23.59 | 21.67 | 16.04 | - |
| YUV | 129.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 119 | 104 | 0 | 0.26 | 0.35 | 0.37 | 16.07 | 0.23 | 0.52 |
| Hex | A0 | 77 | 68 | 0 | 1A | 23 | 25 | 10 | 17 | 34 |
| Octal | 240 | 167 | 150 | 0 | 32 | 43 | 45 | 20 | 27 | 64 |
| Binary | 10100000 | 1110111 | 1101000 | 0 | 11010 | 100011 | 100101 | 10000 | 10111 | 110100 |
Color Harmonies of #A07768
Complementary color
Monochromatic Colors of #A07768
Black with #A07768
Text Example
Text Example
White with #A07768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07768; }
p { color: rgb(160,119,104); }
H1.HeaderClassName
{
color: #A07768;
}
.AnyTagClassName
{
color: #A07768;
}
</style>
background-color css
<style>
a { background-color: #A07768; }
a { background-color: rgb(160,119,104); }
div.DivClassName
{
background-color: #A07768;
}
.BgClassName
{
background-color: #A07768;
}
</style>
border-color css
<style>
span { border-color: #A07768; }
span { border-color: rgb(160,119,104); }
td.TdClassName
{
border-color: #A07768;
}
.TagClassName
{
border-color: #A07768;
}
</style>