Shades of Toast #A9735F
Tints of Toast #A9735F
RGB
CMYK
RGB Variations
Color information
#A9735F (or 0xA9735F) is known color: Toast. HEX triplet: A9, 73 and 5F. RGB value is (169,115,95). Sum of RGB (Red+Green+Blue) = 169+115+95=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 115 (45.31% from 255 or 30.34% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9735F is #568CA0. Grayscale: #808080. Windows color (decimal): -5672097 or 6255529. OLE color: 6255529.
HSL color Cylindrical-coordinate representation of color #A9735F: hue angle of 16.22º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A9735F is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 115 | 95 | - |
| CMYK | 0 | 0.32 | 0.44 | 0.34 |
| HSL | 16.22º | 0.3% | 0.52% | - |
| HSV(B) | 16.22º | 0.44% | 0.66% | - |
| XYZ | 24.56 | 21.52 | 13.69 | - |
| YUV | 128.87 | 108.89 | 156.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 115 | 95 | 0 | 0.32 | 0.44 | 0.34 | 16.22 | 0.3 | 0.52 |
| Hex | A9 | 73 | 5F | 0 | 20 | 2C | 22 | 10 | 1E | 34 |
| Octal | 251 | 163 | 137 | 0 | 40 | 54 | 42 | 20 | 36 | 64 |
| Binary | 10101001 | 1110011 | 1011111 | 0 | 100000 | 101100 | 100010 | 10000 | 11110 | 110100 |
Color Harmonies of #A9735F
Complementary color
Monochromatic Colors of #A9735F
Black with #A9735F
Text Example
Text Example
White with #A9735F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9735F; }
p { color: rgb(169,115,95); }
H1.HeaderClassName
{
color: #A9735F;
}
.AnyTagClassName
{
color: #A9735F;
}
</style>
background-color css
<style>
a { background-color: #A9735F; }
a { background-color: rgb(169,115,95); }
div.DivClassName
{
background-color: #A9735F;
}
.BgClassName
{
background-color: #A9735F;
}
</style>
border-color css
<style>
span { border-color: #A9735F; }
span { border-color: rgb(169,115,95); }
td.TdClassName
{
border-color: #A9735F;
}
.TagClassName
{
border-color: #A9735F;
}
</style>