Shades of Toast #A9755A
Tints of Toast #A9755A
RGB
CMYK
RGB Variations
Color information
#A9755A (or 0xA9755A) is known color: Toast. HEX triplet: A9, 75 and 5A. RGB value is (169,117,90). Sum of RGB (Red+Green+Blue) = 169+117+90=376 (49% of max value = 765). Red value is 169 (66.41% from 255 or 44.95% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 169 - color contains mainly: red. Hex color #A9755A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9755A is #568AA5. Grayscale: #818181. Windows color (decimal): -5671590 or 5928361. OLE color: 5928361.
HSL color Cylindrical-coordinate representation of color #A9755A: hue angle of 20.51º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9755A is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 117 | 90 | - |
| CMYK | 0 | 0.31 | 0.47 | 0.34 |
| HSL | 20.51º | 0.31% | 0.51% | - |
| HSV(B) | 20.51º | 0.47% | 0.66% | - |
| XYZ | 24.57 | 21.9 | 12.6 | - |
| YUV | 129.47 | 105.73 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 117 | 90 | 0 | 0.31 | 0.47 | 0.34 | 20.51 | 0.31 | 0.51 |
| Hex | A9 | 75 | 5A | 0 | 1F | 2F | 22 | 15 | 1F | 33 |
| Octal | 251 | 165 | 132 | 0 | 37 | 57 | 42 | 25 | 37 | 63 |
| Binary | 10101001 | 1110101 | 1011010 | 0 | 11111 | 101111 | 100010 | 10101 | 11111 | 110011 |
Color Harmonies of #A9755A
Complementary color
Monochromatic Colors of #A9755A
Black with #A9755A
Text Example
Text Example
White with #A9755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9755A; }
p { color: rgb(169,117,90); }
H1.HeaderClassName
{
color: #A9755A;
}
.AnyTagClassName
{
color: #A9755A;
}
</style>
background-color css
<style>
a { background-color: #A9755A; }
a { background-color: rgb(169,117,90); }
div.DivClassName
{
background-color: #A9755A;
}
.BgClassName
{
background-color: #A9755A;
}
</style>
border-color css
<style>
span { border-color: #A9755A; }
span { border-color: rgb(169,117,90); }
td.TdClassName
{
border-color: #A9755A;
}
.TagClassName
{
border-color: #A9755A;
}
</style>