Shades of Toast #A8705A
Tints of Toast #A8705A
RGB
CMYK
RGB Variations
Color information
#A8705A (or 0xA8705A) is known color: Toast. HEX triplet: A8, 70 and 5A. RGB value is (168,112,90). Sum of RGB (Red+Green+Blue) = 168+112+90=370 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.41% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 168 - color contains mainly: red. Hex color #A8705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8705A is #578FA5. Grayscale: #7E7E7E. Windows color (decimal): -5738406 or 5927080. OLE color: 5927080.
HSL color Cylindrical-coordinate representation of color #A8705A: hue angle of 16.92º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8705A is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 112 | 90 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.34 |
| HSL | 16.92º | 0.31% | 0.51% | - |
| HSV(B) | 16.92º | 0.46% | 0.66% | - |
| XYZ | 23.79 | 20.65 | 12.41 | - |
| YUV | 126.24 | 107.55 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 112 | 90 | 0 | 0.33 | 0.46 | 0.34 | 16.92 | 0.31 | 0.51 |
| Hex | A8 | 70 | 5A | 0 | 21 | 2E | 22 | 11 | 1F | 33 |
| Octal | 250 | 160 | 132 | 0 | 41 | 56 | 42 | 21 | 37 | 63 |
| Binary | 10101000 | 1110000 | 1011010 | 0 | 100001 | 101110 | 100010 | 10001 | 11111 | 110011 |
Color Harmonies of #A8705A
Complementary color
Monochromatic Colors of #A8705A
Black with #A8705A
Text Example
Text Example
White with #A8705A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8705A; }
p { color: rgb(168,112,90); }
H1.HeaderClassName
{
color: #A8705A;
}
.AnyTagClassName
{
color: #A8705A;
}
</style>
background-color css
<style>
a { background-color: #A8705A; }
a { background-color: rgb(168,112,90); }
div.DivClassName
{
background-color: #A8705A;
}
.BgClassName
{
background-color: #A8705A;
}
</style>
border-color css
<style>
span { border-color: #A8705A; }
span { border-color: rgb(168,112,90); }
td.TdClassName
{
border-color: #A8705A;
}
.TagClassName
{
border-color: #A8705A;
}
</style>