Shades of Brandy Rose #A9827A
Tints of Brandy Rose #A9827A
RGB
CMYK
RGB Variations
Color information
#A9827A (or 0xA9827A) is known color: Brandy Rose. HEX triplet: A9, 82 and 7A. RGB value is (169,130,122). Sum of RGB (Red+Green+Blue) = 169+130+122=421 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.14% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 169 - color contains mainly: red. Hex color #A9827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9827A is #567D85. Grayscale: #8C8C8C. Windows color (decimal): -5668230 or 8028841. OLE color: 8028841.
HSL color Cylindrical-coordinate representation of color #A9827A: hue angle of 10.21º 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 #A9827A is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 122 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.34 |
| HSL | 10.21º | 0.21% | 0.57% | - |
| HSV(B) | 10.21º | 0.28% | 0.66% | - |
| XYZ | 27.86 | 25.81 | 21.93 | - |
| YUV | 140.75 | 117.42 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 122 | 0 | 0.23 | 0.28 | 0.34 | 10.21 | 0.21 | 0.57 |
| Hex | A9 | 82 | 7A | 0 | 17 | 1C | 22 | A | 15 | 39 |
| Octal | 251 | 202 | 172 | 0 | 27 | 34 | 42 | 12 | 25 | 71 |
| Binary | 10101001 | 10000010 | 1111010 | 0 | 10111 | 11100 | 100010 | 1010 | 10101 | 111001 |
Color Harmonies of #A9827A
Complementary color
Monochromatic Colors of #A9827A
Black with #A9827A
Text Example
Text Example
White with #A9827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9827A; }
p { color: rgb(169,130,122); }
H1.HeaderClassName
{
color: #A9827A;
}
.AnyTagClassName
{
color: #A9827A;
}
</style>
background-color css
<style>
a { background-color: #A9827A; }
a { background-color: rgb(169,130,122); }
div.DivClassName
{
background-color: #A9827A;
}
.BgClassName
{
background-color: #A9827A;
}
</style>
border-color css
<style>
span { border-color: #A9827A; }
span { border-color: rgb(169,130,122); }
td.TdClassName
{
border-color: #A9827A;
}
.TagClassName
{
border-color: #A9827A;
}
</style>