Shades of Brandy Rose #A9847A
Tints of Brandy Rose #A9847A
RGB
CMYK
RGB Variations
Color information
#A9847A (or 0xA9847A) is known color: Brandy Rose. HEX triplet: A9, 84 and 7A. RGB value is (169,132,122). Sum of RGB (Red+Green+Blue) = 169+132+122=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 132 (51.95% from 255 or 31.21% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A9847A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9847A is #567B85. Grayscale: #8D8D8D. Windows color (decimal): -5667718 or 8029353. OLE color: 8029353.
HSL color Cylindrical-coordinate representation of color #A9847A: hue angle of 12.77º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9847A is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 132 | 122 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.34 |
| HSL | 12.77º | 0.21% | 0.57% | - |
| HSV(B) | 12.77º | 0.28% | 0.66% | - |
| XYZ | 28.13 | 26.34 | 22.01 | - |
| YUV | 141.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 132 | 122 | 0 | 0.22 | 0.28 | 0.34 | 12.77 | 0.21 | 0.57 |
| Hex | A9 | 84 | 7A | 0 | 16 | 1C | 22 | D | 15 | 39 |
| Octal | 251 | 204 | 172 | 0 | 26 | 34 | 42 | 15 | 25 | 71 |
| Binary | 10101001 | 10000100 | 1111010 | 0 | 10110 | 11100 | 100010 | 1101 | 10101 | 111001 |
Color Harmonies of #A9847A
Complementary color
Monochromatic Colors of #A9847A
Black with #A9847A
Text Example
Text Example
White with #A9847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9847A; }
p { color: rgb(169,132,122); }
H1.HeaderClassName
{
color: #A9847A;
}
.AnyTagClassName
{
color: #A9847A;
}
</style>
background-color css
<style>
a { background-color: #A9847A; }
a { background-color: rgb(169,132,122); }
div.DivClassName
{
background-color: #A9847A;
}
.BgClassName
{
background-color: #A9847A;
}
</style>
border-color css
<style>
span { border-color: #A9847A; }
span { border-color: rgb(169,132,122); }
td.TdClassName
{
border-color: #A9847A;
}
.TagClassName
{
border-color: #A9847A;
}
</style>