Shades of Brandy Rose #A9827C
Tints of Brandy Rose #A9827C
RGB
CMYK
RGB Variations
Color information
#A9827C (or 0xA9827C) is known color: Brandy Rose. HEX triplet: A9, 82 and 7C. RGB value is (169,130,124). Sum of RGB (Red+Green+Blue) = 169+130+124=423 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.95% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 169 - color contains mainly: red. Hex color #A9827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9827C is #567D83. Grayscale: #8D8D8D. Windows color (decimal): -5668228 or 8159913. OLE color: 8159913.
HSL color Cylindrical-coordinate representation of color #A9827C: hue angle of 8º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9827C is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 124 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.34 |
| HSL | 8º | 0.21% | 0.57% | - |
| HSV(B) | 8º | 0.27% | 0.66% | - |
| XYZ | 27.98 | 25.86 | 22.58 | - |
| YUV | 140.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 124 | 0 | 0.23 | 0.27 | 0.34 | 8 | 0.21 | 0.57 |
| Hex | A9 | 82 | 7C | 0 | 17 | 1B | 22 | 8 | 15 | 39 |
| Octal | 251 | 202 | 174 | 0 | 27 | 33 | 42 | 10 | 25 | 71 |
| Binary | 10101001 | 10000010 | 1111100 | 0 | 10111 | 11011 | 100010 | 1000 | 10101 | 111001 |
Color Harmonies of #A9827C
Complementary color
Monochromatic Colors of #A9827C
Black with #A9827C
Text Example
Text Example
White with #A9827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9827C; }
p { color: rgb(169,130,124); }
H1.HeaderClassName
{
color: #A9827C;
}
.AnyTagClassName
{
color: #A9827C;
}
</style>
background-color css
<style>
a { background-color: #A9827C; }
a { background-color: rgb(169,130,124); }
div.DivClassName
{
background-color: #A9827C;
}
.BgClassName
{
background-color: #A9827C;
}
</style>
border-color css
<style>
span { border-color: #A9827C; }
span { border-color: rgb(169,130,124); }
td.TdClassName
{
border-color: #A9827C;
}
.TagClassName
{
border-color: #A9827C;
}
</style>