Shades of Toast #A9725F
Tints of Toast #A9725F
RGB
CMYK
RGB Variations
Color information
#A9725F (or 0xA9725F) is known color: Toast. HEX triplet: A9, 72 and 5F. RGB value is (169,114,95). Sum of RGB (Red+Green+Blue) = 169+114+95=378 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.71% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 169 - color contains mainly: red. Hex color #A9725F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9725F is #568DA0. Grayscale: #808080. Windows color (decimal): -5672353 or 6255273. OLE color: 6255273.
HSL color Cylindrical-coordinate representation of color #A9725F: hue angle of 15.41º 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 #A9725F is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 95 | - |
| CMYK | 0 | 0.33 | 0.44 | 0.34 |
| HSL | 15.41º | 0.3% | 0.52% | - |
| HSV(B) | 15.41º | 0.44% | 0.66% | - |
| XYZ | 24.45 | 21.3 | 13.65 | - |
| YUV | 128.28 | 109.22 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 95 | 0 | 0.33 | 0.44 | 0.34 | 15.41 | 0.3 | 0.52 |
| Hex | A9 | 72 | 5F | 0 | 21 | 2C | 22 | F | 1E | 34 |
| Octal | 251 | 162 | 137 | 0 | 41 | 54 | 42 | 17 | 36 | 64 |
| Binary | 10101001 | 1110010 | 1011111 | 0 | 100001 | 101100 | 100010 | 1111 | 11110 | 110100 |
Color Harmonies of #A9725F
Complementary color
Monochromatic Colors of #A9725F
Black with #A9725F
Text Example
Text Example
White with #A9725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9725F; }
p { color: rgb(169,114,95); }
H1.HeaderClassName
{
color: #A9725F;
}
.AnyTagClassName
{
color: #A9725F;
}
</style>
background-color css
<style>
a { background-color: #A9725F; }
a { background-color: rgb(169,114,95); }
div.DivClassName
{
background-color: #A9725F;
}
.BgClassName
{
background-color: #A9725F;
}
</style>
border-color css
<style>
span { border-color: #A9725F; }
span { border-color: rgb(169,114,95); }
td.TdClassName
{
border-color: #A9725F;
}
.TagClassName
{
border-color: #A9725F;
}
</style>