Shades of Toast #A9725B
Tints of Toast #A9725B
RGB
CMYK
RGB Variations
Color information
#A9725B (or 0xA9725B) is known color: Toast. HEX triplet: A9, 72 and 5B. RGB value is (169,114,91). Sum of RGB (Red+Green+Blue) = 169+114+91=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 169 - color contains mainly: red. Hex color #A9725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9725B is #568DA4. Grayscale: #7F7F7F. Windows color (decimal): -5672357 or 5993129. OLE color: 5993129.
HSL color Cylindrical-coordinate representation of color #A9725B: hue angle of 17.69º 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 #A9725B is Cyan = 0, Magento = 0.33, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 114 | 91 | - |
| CMYK | 0 | 0.33 | 0.46 | 0.34 |
| HSL | 17.69º | 0.31% | 0.51% | - |
| HSV(B) | 17.69º | 0.46% | 0.66% | - |
| XYZ | 24.27 | 21.22 | 12.72 | - |
| YUV | 127.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 114 | 91 | 0 | 0.33 | 0.46 | 0.34 | 17.69 | 0.31 | 0.51 |
| Hex | A9 | 72 | 5B | 0 | 21 | 2E | 22 | 12 | 1F | 33 |
| Octal | 251 | 162 | 133 | 0 | 41 | 56 | 42 | 22 | 37 | 63 |
| Binary | 10101001 | 1110010 | 1011011 | 0 | 100001 | 101110 | 100010 | 10010 | 11111 | 110011 |
Color Harmonies of #A9725B
Complementary color
Monochromatic Colors of #A9725B
Black with #A9725B
Text Example
Text Example
White with #A9725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9725B; }
p { color: rgb(169,114,91); }
H1.HeaderClassName
{
color: #A9725B;
}
.AnyTagClassName
{
color: #A9725B;
}
</style>
background-color css
<style>
a { background-color: #A9725B; }
a { background-color: rgb(169,114,91); }
div.DivClassName
{
background-color: #A9725B;
}
.BgClassName
{
background-color: #A9725B;
}
</style>
border-color css
<style>
span { border-color: #A9725B; }
span { border-color: rgb(169,114,91); }
td.TdClassName
{
border-color: #A9725B;
}
.TagClassName
{
border-color: #A9725B;
}
</style>