Shades of Brandy Rose #A98276
Tints of Brandy Rose #A98276
RGB
CMYK
RGB Variations
Color information
#A98276 (or 0xA98276) is known color: Brandy Rose. HEX triplet: A9, 82 and 76. RGB value is (169,130,118). Sum of RGB (Red+Green+Blue) = 169+130+118=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 169 - color contains mainly: red. Hex color #A98276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98276 is #567D89. Grayscale: #8C8C8C. Windows color (decimal): -5668234 or 7766697. OLE color: 7766697.
HSL color Cylindrical-coordinate representation of color #A98276: hue angle of 14.12º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A98276 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 118 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.34 |
| HSL | 14.12º | 0.23% | 0.56% | - |
| HSV(B) | 14.12º | 0.3% | 0.66% | - |
| XYZ | 27.61 | 25.71 | 20.65 | - |
| YUV | 140.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 118 | 0 | 0.23 | 0.30 | 0.34 | 14.12 | 0.23 | 0.56 |
| Hex | A9 | 82 | 76 | 0 | 17 | 1E | 22 | E | 17 | 38 |
| Octal | 251 | 202 | 166 | 0 | 27 | 36 | 42 | 16 | 27 | 70 |
| Binary | 10101001 | 10000010 | 1110110 | 0 | 10111 | 11110 | 100010 | 1110 | 10111 | 111000 |
Color Harmonies of #A98276
Complementary color
Monochromatic Colors of #A98276
Black with #A98276
Text Example
Text Example
White with #A98276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98276; }
p { color: rgb(169,130,118); }
H1.HeaderClassName
{
color: #A98276;
}
.AnyTagClassName
{
color: #A98276;
}
</style>
background-color css
<style>
a { background-color: #A98276; }
a { background-color: rgb(169,130,118); }
div.DivClassName
{
background-color: #A98276;
}
.BgClassName
{
background-color: #A98276;
}
</style>
border-color css
<style>
span { border-color: #A98276; }
span { border-color: rgb(169,130,118); }
td.TdClassName
{
border-color: #A98276;
}
.TagClassName
{
border-color: #A98276;
}
</style>