Shades of Toast #A8745A
Tints of Toast #A8745A
RGB
CMYK
RGB Variations
Color information
#A8745A (or 0xA8745A) is known color: Toast. HEX triplet: A8, 74 and 5A. RGB value is (168,116,90). Sum of RGB (Red+Green+Blue) = 168+116+90=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 90 (35.55% from 255 or 24.06% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8745A is #578BA5. Grayscale: #808080. Windows color (decimal): -5737382 or 5928104. OLE color: 5928104.
HSL color Cylindrical-coordinate representation of color #A8745A: hue angle of 20º 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 #A8745A is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 90 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.34 |
| HSL | 20º | 0.31% | 0.51% | - |
| HSV(B) | 20º | 0.46% | 0.66% | - |
| XYZ | 24.24 | 21.55 | 12.56 | - |
| YUV | 128.58 | 106.23 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 90 | 0 | 0.31 | 0.46 | 0.34 | 20 | 0.31 | 0.51 |
| Hex | A8 | 74 | 5A | 0 | 1F | 2E | 22 | 14 | 1F | 33 |
| Octal | 250 | 164 | 132 | 0 | 37 | 56 | 42 | 24 | 37 | 63 |
| Binary | 10101000 | 1110100 | 1011010 | 0 | 11111 | 101110 | 100010 | 10100 | 11111 | 110011 |
Color Harmonies of #A8745A
Complementary color
Monochromatic Colors of #A8745A
Black with #A8745A
Text Example
Text Example
White with #A8745A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8745A; }
p { color: rgb(168,116,90); }
H1.HeaderClassName
{
color: #A8745A;
}
.AnyTagClassName
{
color: #A8745A;
}
</style>
background-color css
<style>
a { background-color: #A8745A; }
a { background-color: rgb(168,116,90); }
div.DivClassName
{
background-color: #A8745A;
}
.BgClassName
{
background-color: #A8745A;
}
</style>
border-color css
<style>
span { border-color: #A8745A; }
span { border-color: rgb(168,116,90); }
td.TdClassName
{
border-color: #A8745A;
}
.TagClassName
{
border-color: #A8745A;
}
</style>