Shades of Brandy Rose #A9867D
Tints of Brandy Rose #A9867D
RGB
CMYK
RGB Variations
Color information
#A9867D (or 0xA9867D) is known color: Brandy Rose. HEX triplet: A9, 86 and 7D. RGB value is (169,134,125). Sum of RGB (Red+Green+Blue) = 169+134+125=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 169 - color contains mainly: red. Hex color #A9867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9867D is #567982. Grayscale: #8F8F8F. Windows color (decimal): -5667203 or 8226473. OLE color: 8226473.
HSL color Cylindrical-coordinate representation of color #A9867D: hue angle of 12.27º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9867D is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 134 | 125 | - |
| CMYK | 0 | 0.21 | 0.26 | 0.34 |
| HSL | 12.27º | 0.2% | 0.58% | - |
| HSV(B) | 12.27º | 0.26% | 0.66% | - |
| XYZ | 28.59 | 26.97 | 23.1 | - |
| YUV | 143.44 | 117.6 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 134 | 125 | 0 | 0.21 | 0.26 | 0.34 | 12.27 | 0.2 | 0.58 |
| Hex | A9 | 86 | 7D | 0 | 15 | 1A | 22 | C | 14 | 3A |
| Octal | 251 | 206 | 175 | 0 | 25 | 32 | 42 | 14 | 24 | 72 |
| Binary | 10101001 | 10000110 | 1111101 | 0 | 10101 | 11010 | 100010 | 1100 | 10100 | 111010 |
Color Harmonies of #A9867D
Complementary color
Monochromatic Colors of #A9867D
Black with #A9867D
Text Example
Text Example
White with #A9867D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9867D; }
p { color: rgb(169,134,125); }
H1.HeaderClassName
{
color: #A9867D;
}
.AnyTagClassName
{
color: #A9867D;
}
</style>
background-color css
<style>
a { background-color: #A9867D; }
a { background-color: rgb(169,134,125); }
div.DivClassName
{
background-color: #A9867D;
}
.BgClassName
{
background-color: #A9867D;
}
</style>
border-color css
<style>
span { border-color: #A9867D; }
span { border-color: rgb(169,134,125); }
td.TdClassName
{
border-color: #A9867D;
}
.TagClassName
{
border-color: #A9867D;
}
</style>