Shades of Toast #A9775C
Tints of Toast #A9775C
RGB
CMYK
RGB Variations
Color information
#A9775C (or 0xA9775C) is known color: Toast. HEX triplet: A9, 77 and 5C. RGB value is (169,119,92). Sum of RGB (Red+Green+Blue) = 169+119+92=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 119 (46.88% from 255 or 31.32% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A9775C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9775C is #5688A3. Grayscale: #838383. Windows color (decimal): -5671076 or 6059945. OLE color: 6059945.
HSL color Cylindrical-coordinate representation of color #A9775C: hue angle of 21.04º 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 #A9775C is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 119 | 92 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.34 |
| HSL | 21.04º | 0.31% | 0.51% | - |
| HSV(B) | 21.04º | 0.46% | 0.66% | - |
| XYZ | 24.89 | 22.4 | 13.14 | - |
| YUV | 130.87 | 106.07 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 119 | 92 | 0 | 0.30 | 0.46 | 0.34 | 21.04 | 0.31 | 0.51 |
| Hex | A9 | 77 | 5C | 0 | 1E | 2E | 22 | 15 | 1F | 33 |
| Octal | 251 | 167 | 134 | 0 | 36 | 56 | 42 | 25 | 37 | 63 |
| Binary | 10101001 | 1110111 | 1011100 | 0 | 11110 | 101110 | 100010 | 10101 | 11111 | 110011 |
Color Harmonies of #A9775C
Complementary color
Monochromatic Colors of #A9775C
Black with #A9775C
Text Example
Text Example
White with #A9775C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9775C; }
p { color: rgb(169,119,92); }
H1.HeaderClassName
{
color: #A9775C;
}
.AnyTagClassName
{
color: #A9775C;
}
</style>
background-color css
<style>
a { background-color: #A9775C; }
a { background-color: rgb(169,119,92); }
div.DivClassName
{
background-color: #A9775C;
}
.BgClassName
{
background-color: #A9775C;
}
</style>
border-color css
<style>
span { border-color: #A9775C; }
span { border-color: rgb(169,119,92); }
td.TdClassName
{
border-color: #A9775C;
}
.TagClassName
{
border-color: #A9775C;
}
</style>