Shades of Brandy Rose #A9867A
Tints of Brandy Rose #A9867A
RGB
CMYK
RGB Variations
Color information
#A9867A (or 0xA9867A) is known color: Brandy Rose. HEX triplet: A9, 86 and 7A. RGB value is (169,134,122). Sum of RGB (Red+Green+Blue) = 169+134+122=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A9867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9867A is #567985. Grayscale: #8F8F8F. Windows color (decimal): -5667206 or 8029865. OLE color: 8029865.
HSL color Cylindrical-coordinate representation of color #A9867A: hue angle of 15.32º 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 #A9867A is Cyan = 0, Magento = 0.21, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 122 | - |
| CMYK | 0 | 0.21 | 0.28 | 0.34 |
| HSL | 15.32º | 0.21% | 0.57% | - |
| HSV(B) | 15.32º | 0.28% | 0.66% | - |
| XYZ | 28.4 | 26.89 | 22.11 | - |
| YUV | 143.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 122 | 0 | 0.21 | 0.28 | 0.34 | 15.32 | 0.21 | 0.57 |
| Hex | A9 | 86 | 7A | 0 | 15 | 1C | 22 | F | 15 | 39 |
| Octal | 251 | 206 | 172 | 0 | 25 | 34 | 42 | 17 | 25 | 71 |
| Binary | 10101001 | 10000110 | 1111010 | 0 | 10101 | 11100 | 100010 | 1111 | 10101 | 111001 |
Color Harmonies of #A9867A
Complementary color
Monochromatic Colors of #A9867A
Black with #A9867A
Text Example
Text Example
White with #A9867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9867A; }
p { color: rgb(169,134,122); }
H1.HeaderClassName
{
color: #A9867A;
}
.AnyTagClassName
{
color: #A9867A;
}
</style>
background-color css
<style>
a { background-color: #A9867A; }
a { background-color: rgb(169,134,122); }
div.DivClassName
{
background-color: #A9867A;
}
.BgClassName
{
background-color: #A9867A;
}
</style>
border-color css
<style>
span { border-color: #A9867A; }
span { border-color: rgb(169,134,122); }
td.TdClassName
{
border-color: #A9867A;
}
.TagClassName
{
border-color: #A9867A;
}
</style>