Shades of Toast #A0746A
Tints of Toast #A0746A
RGB
CMYK
RGB Variations
Color information
#A0746A (or 0xA0746A) is known color: Toast. HEX triplet: A0, 74 and 6A. RGB value is (160,116,106). Sum of RGB (Red+Green+Blue) = 160+116+106=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A0746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0746A is #5F8B95. Grayscale: #808080. Windows color (decimal): -6261654 or 6976672. OLE color: 6976672.
HSL color Cylindrical-coordinate representation of color #A0746A: hue angle of 11.11º 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 #A0746A is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 116 | 106 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.37 |
| HSL | 11.11º | 0.22% | 0.52% | - |
| HSV(B) | 11.11º | 0.34% | 0.63% | - |
| XYZ | 23.34 | 21 | 16.46 | - |
| YUV | 128.02 | 115.58 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 116 | 106 | 0 | 0.28 | 0.34 | 0.37 | 11.11 | 0.22 | 0.52 |
| Hex | A0 | 74 | 6A | 0 | 1C | 22 | 25 | B | 16 | 34 |
| Octal | 240 | 164 | 152 | 0 | 34 | 42 | 45 | 13 | 26 | 64 |
| Binary | 10100000 | 1110100 | 1101010 | 0 | 11100 | 100010 | 100101 | 1011 | 10110 | 110100 |
Color Harmonies of #A0746A
Complementary color
Monochromatic Colors of #A0746A
Black with #A0746A
Text Example
Text Example
White with #A0746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0746A; }
p { color: rgb(160,116,106); }
H1.HeaderClassName
{
color: #A0746A;
}
.AnyTagClassName
{
color: #A0746A;
}
</style>
background-color css
<style>
a { background-color: #A0746A; }
a { background-color: rgb(160,116,106); }
div.DivClassName
{
background-color: #A0746A;
}
.BgClassName
{
background-color: #A0746A;
}
</style>
border-color css
<style>
span { border-color: #A0746A; }
span { border-color: rgb(160,116,106); }
td.TdClassName
{
border-color: #A0746A;
}
.TagClassName
{
border-color: #A0746A;
}
</style>