Shades of Toast #A0705A
Tints of Toast #A0705A
RGB
CMYK
RGB Variations
Color information
#A0705A (or 0xA0705A) is known color: Toast. HEX triplet: A0, 70 and 5A. RGB value is (160,112,90). Sum of RGB (Red+Green+Blue) = 160+112+90=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A0705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0705A is #5F8FA5. Grayscale: #7B7B7B. Windows color (decimal): -6262694 or 5927072. OLE color: 5927072.
HSL color Cylindrical-coordinate representation of color #A0705A: hue angle of 18.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0705A is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 112 | 90 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.37 |
| HSL | 18.86º | 0.28% | 0.49% | - |
| HSV(B) | 18.86º | 0.44% | 0.63% | - |
| XYZ | 22.14 | 19.8 | 12.33 | - |
| YUV | 123.84 | 108.9 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 112 | 90 | 0 | 0.30 | 0.44 | 0.37 | 18.86 | 0.28 | 0.49 |
| Hex | A0 | 70 | 5A | 0 | 1E | 2C | 25 | 13 | 1C | 31 |
| Octal | 240 | 160 | 132 | 0 | 36 | 54 | 45 | 23 | 34 | 61 |
| Binary | 10100000 | 1110000 | 1011010 | 0 | 11110 | 101100 | 100101 | 10011 | 11100 | 110001 |
Color Harmonies of #A0705A
Complementary color
Monochromatic Colors of #A0705A
Black with #A0705A
Text Example
Text Example
White with #A0705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0705A; }
p { color: rgb(160,112,90); }
H1.HeaderClassName
{
color: #A0705A;
}
.AnyTagClassName
{
color: #A0705A;
}
</style>
background-color css
<style>
a { background-color: #A0705A; }
a { background-color: rgb(160,112,90); }
div.DivClassName
{
background-color: #A0705A;
}
.BgClassName
{
background-color: #A0705A;
}
</style>
border-color css
<style>
span { border-color: #A0705A; }
span { border-color: rgb(160,112,90); }
td.TdClassName
{
border-color: #A0705A;
}
.TagClassName
{
border-color: #A0705A;
}
</style>