Shades of Toast #A8735A
Tints of Toast #A8735A
RGB
CMYK
RGB Variations
Color information
#A8735A (or 0xA8735A) is known color: Toast. HEX triplet: A8, 73 and 5A. RGB value is (168,115,90). Sum of RGB (Red+Green+Blue) = 168+115+90=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 90 (35.55% from 255 or 24.13% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A8735A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8735A is #578CA5. Grayscale: #808080. Windows color (decimal): -5737638 or 5927848. OLE color: 5927848.
HSL color Cylindrical-coordinate representation of color #A8735A: hue angle of 19.23º 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 #A8735A is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 115 | 90 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.34 |
| HSL | 19.23º | 0.31% | 0.51% | - |
| HSV(B) | 19.23º | 0.46% | 0.66% | - |
| XYZ | 24.12 | 21.32 | 12.52 | - |
| YUV | 128 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 115 | 90 | 0 | 0.32 | 0.46 | 0.34 | 19.23 | 0.31 | 0.51 |
| Hex | A8 | 73 | 5A | 0 | 20 | 2E | 22 | 13 | 1F | 33 |
| Octal | 250 | 163 | 132 | 0 | 40 | 56 | 42 | 23 | 37 | 63 |
| Binary | 10101000 | 1110011 | 1011010 | 0 | 100000 | 101110 | 100010 | 10011 | 11111 | 110011 |
Color Harmonies of #A8735A
Complementary color
Monochromatic Colors of #A8735A
Black with #A8735A
Text Example
Text Example
White with #A8735A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8735A; }
p { color: rgb(168,115,90); }
H1.HeaderClassName
{
color: #A8735A;
}
.AnyTagClassName
{
color: #A8735A;
}
</style>
background-color css
<style>
a { background-color: #A8735A; }
a { background-color: rgb(168,115,90); }
div.DivClassName
{
background-color: #A8735A;
}
.BgClassName
{
background-color: #A8735A;
}
</style>
border-color css
<style>
span { border-color: #A8735A; }
span { border-color: rgb(168,115,90); }
td.TdClassName
{
border-color: #A8735A;
}
.TagClassName
{
border-color: #A8735A;
}
</style>