Shades of Toast #A8745B
Tints of Toast #A8745B
RGB
CMYK
RGB Variations
Color information
#A8745B (or 0xA8745B) is known color: Toast. HEX triplet: A8, 74 and 5B. RGB value is (168,116,91). Sum of RGB (Red+Green+Blue) = 168+116+91=375 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.8% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 168 - color contains mainly: red. Hex color #A8745B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8745B is #578BA4. Grayscale: #808080. Windows color (decimal): -5737381 or 5993640. OLE color: 5993640.
HSL color Cylindrical-coordinate representation of color #A8745B: hue angle of 19.48º 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 #A8745B is Cyan = 0, Magento = 0.31, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 116 | 91 | - |
| CMYK | 0 | 0.31 | 0.46 | 0.34 |
| HSL | 19.48º | 0.31% | 0.51% | - |
| HSV(B) | 19.48º | 0.46% | 0.66% | - |
| XYZ | 24.28 | 21.57 | 12.78 | - |
| YUV | 128.7 | 106.73 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 116 | 91 | 0 | 0.31 | 0.46 | 0.34 | 19.48 | 0.31 | 0.51 |
| Hex | A8 | 74 | 5B | 0 | 1F | 2E | 22 | 13 | 1F | 33 |
| Octal | 250 | 164 | 133 | 0 | 37 | 56 | 42 | 23 | 37 | 63 |
| Binary | 10101000 | 1110100 | 1011011 | 0 | 11111 | 101110 | 100010 | 10011 | 11111 | 110011 |
Color Harmonies of #A8745B
Complementary color
Monochromatic Colors of #A8745B
Black with #A8745B
Text Example
Text Example
White with #A8745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8745B; }
p { color: rgb(168,116,91); }
H1.HeaderClassName
{
color: #A8745B;
}
.AnyTagClassName
{
color: #A8745B;
}
</style>
background-color css
<style>
a { background-color: #A8745B; }
a { background-color: rgb(168,116,91); }
div.DivClassName
{
background-color: #A8745B;
}
.BgClassName
{
background-color: #A8745B;
}
</style>
border-color css
<style>
span { border-color: #A8745B; }
span { border-color: rgb(168,116,91); }
td.TdClassName
{
border-color: #A8745B;
}
.TagClassName
{
border-color: #A8745B;
}
</style>