Shades of Brandy Rose #A9817A
Tints of Brandy Rose #A9817A
RGB
CMYK
RGB Variations
Color information
#A9817A (or 0xA9817A) is known color: Brandy Rose. HEX triplet: A9, 81 and 7A. RGB value is (169,129,122). Sum of RGB (Red+Green+Blue) = 169+129+122=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A9817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9817A is #567E85. Grayscale: #8C8C8C. Windows color (decimal): -5668486 or 8028585. OLE color: 8028585.
HSL color Cylindrical-coordinate representation of color #A9817A: hue angle of 8.94º 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 #A9817A is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 129 | 122 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.34 |
| HSL | 8.94º | 0.21% | 0.57% | - |
| HSV(B) | 8.94º | 0.28% | 0.66% | - |
| XYZ | 27.73 | 25.54 | 21.88 | - |
| YUV | 140.16 | 117.75 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 129 | 122 | 0 | 0.24 | 0.28 | 0.34 | 8.94 | 0.21 | 0.57 |
| Hex | A9 | 81 | 7A | 0 | 18 | 1C | 22 | 9 | 15 | 39 |
| Octal | 251 | 201 | 172 | 0 | 30 | 34 | 42 | 11 | 25 | 71 |
| Binary | 10101001 | 10000001 | 1111010 | 0 | 11000 | 11100 | 100010 | 1001 | 10101 | 111001 |
Color Harmonies of #A9817A
Complementary color
Monochromatic Colors of #A9817A
Black with #A9817A
Text Example
Text Example
White with #A9817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9817A; }
p { color: rgb(169,129,122); }
H1.HeaderClassName
{
color: #A9817A;
}
.AnyTagClassName
{
color: #A9817A;
}
</style>
background-color css
<style>
a { background-color: #A9817A; }
a { background-color: rgb(169,129,122); }
div.DivClassName
{
background-color: #A9817A;
}
.BgClassName
{
background-color: #A9817A;
}
</style>
border-color css
<style>
span { border-color: #A9817A; }
span { border-color: rgb(169,129,122); }
td.TdClassName
{
border-color: #A9817A;
}
.TagClassName
{
border-color: #A9817A;
}
</style>