Shades of Toast #A9775F
Tints of Toast #A9775F
RGB
CMYK
RGB Variations
Color information
#A9775F (or 0xA9775F) is known color: Toast. HEX triplet: A9, 77 and 5F. RGB value is (169,119,95). Sum of RGB (Red+Green+Blue) = 169+119+95=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A9775F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9775F is #5688A0. Grayscale: #838383. Windows color (decimal): -5671073 or 6256553. OLE color: 6256553.
HSL color Cylindrical-coordinate representation of color #A9775F: hue angle of 19.46º 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 #A9775F is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 119 | 95 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.34 |
| HSL | 19.46º | 0.3% | 0.52% | - |
| HSV(B) | 19.46º | 0.44% | 0.66% | - |
| XYZ | 25.02 | 22.45 | 13.84 | - |
| YUV | 131.21 | 107.57 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 95 | 0 | 0.30 | 0.44 | 0.34 | 19.46 | 0.3 | 0.52 |
| Hex | A9 | 77 | 5F | 0 | 1E | 2C | 22 | 13 | 1E | 34 |
| Octal | 251 | 167 | 137 | 0 | 36 | 54 | 42 | 23 | 36 | 64 |
| Binary | 10101001 | 1110111 | 1011111 | 0 | 11110 | 101100 | 100010 | 10011 | 11110 | 110100 |
Color Harmonies of #A9775F
Complementary color
Monochromatic Colors of #A9775F
Black with #A9775F
Text Example
Text Example
White with #A9775F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9775F; }
p { color: rgb(169,119,95); }
H1.HeaderClassName
{
color: #A9775F;
}
.AnyTagClassName
{
color: #A9775F;
}
</style>
background-color css
<style>
a { background-color: #A9775F; }
a { background-color: rgb(169,119,95); }
div.DivClassName
{
background-color: #A9775F;
}
.BgClassName
{
background-color: #A9775F;
}
</style>
border-color css
<style>
span { border-color: #A9775F; }
span { border-color: rgb(169,119,95); }
td.TdClassName
{
border-color: #A9775F;
}
.TagClassName
{
border-color: #A9775F;
}
</style>