Shades of Toast #A07669
Tints of Toast #A07669
RGB
CMYK
RGB Variations
Color information
#A07669 (or 0xA07669) is known color: Toast. HEX triplet: A0, 76 and 69. RGB value is (160,118,105). Sum of RGB (Red+Green+Blue) = 160+118+105=383 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.78% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 105 (41.41% from 255 or 27.42% from 383); Max value from RGB is 160 - color contains mainly: red. Hex color #A07669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07669 is #5F8996. Grayscale: #818181. Windows color (decimal): -6261143 or 6911648. OLE color: 6911648.
HSL color Cylindrical-coordinate representation of color #A07669: hue angle of 14.18º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A07669 is Cyan = 0, Magento = 0.26, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 118 | 105 | - |
| CMYK | 0 | 0.26 | 0.34 | 0.37 |
| HSL | 14.18º | 0.22% | 0.52% | - |
| HSV(B) | 14.18º | 0.34% | 0.63% | - |
| XYZ | 23.53 | 21.45 | 16.27 | - |
| YUV | 129.08 | 114.41 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 118 | 105 | 0 | 0.26 | 0.34 | 0.37 | 14.18 | 0.22 | 0.52 |
| Hex | A0 | 76 | 69 | 0 | 1A | 22 | 25 | E | 16 | 34 |
| Octal | 240 | 166 | 151 | 0 | 32 | 42 | 45 | 16 | 26 | 64 |
| Binary | 10100000 | 1110110 | 1101001 | 0 | 11010 | 100010 | 100101 | 1110 | 10110 | 110100 |
Color Harmonies of #A07669
Complementary color
Monochromatic Colors of #A07669
Black with #A07669
Text Example
Text Example
White with #A07669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07669; }
p { color: rgb(160,118,105); }
H1.HeaderClassName
{
color: #A07669;
}
.AnyTagClassName
{
color: #A07669;
}
</style>
background-color css
<style>
a { background-color: #A07669; }
a { background-color: rgb(160,118,105); }
div.DivClassName
{
background-color: #A07669;
}
.BgClassName
{
background-color: #A07669;
}
</style>
border-color css
<style>
span { border-color: #A07669; }
span { border-color: rgb(160,118,105); }
td.TdClassName
{
border-color: #A07669;
}
.TagClassName
{
border-color: #A07669;
}
</style>