Shades of Brandy Rose #A98A7F
Tints of Brandy Rose #A98A7F
RGB
CMYK
RGB Variations
Color information
#A98A7F (or 0xA98A7F) is known color: Brandy Rose. HEX triplet: A9, 8A and 7F. RGB value is (169,138,127). Sum of RGB (Red+Green+Blue) = 169+138+127=434 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.94% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 127 (50% from 255 or 29.26% from 434); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98A7F is #567580. Grayscale: #929292. Windows color (decimal): -5666177 or 8358569. OLE color: 8358569.
HSL color Cylindrical-coordinate representation of color #A98A7F: hue angle of 15.71º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A98A7F is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 127 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.34 |
| HSL | 15.71º | 0.2% | 0.58% | - |
| HSV(B) | 15.71º | 0.25% | 0.66% | - |
| XYZ | 29.28 | 28.14 | 23.97 | - |
| YUV | 146.02 | 117.27 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 127 | 0 | 0.18 | 0.25 | 0.34 | 15.71 | 0.2 | 0.58 |
| Hex | A9 | 8A | 7F | 0 | 12 | 19 | 22 | 10 | 14 | 3A |
| Octal | 251 | 212 | 177 | 0 | 22 | 31 | 42 | 20 | 24 | 72 |
| Binary | 10101001 | 10001010 | 1111111 | 0 | 10010 | 11001 | 100010 | 10000 | 10100 | 111010 |
Color Harmonies of #A98A7F
Complementary color
Monochromatic Colors of #A98A7F
Black with #A98A7F
Text Example
Text Example
White with #A98A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A7F; }
p { color: rgb(169,138,127); }
H1.HeaderClassName
{
color: #A98A7F;
}
.AnyTagClassName
{
color: #A98A7F;
}
</style>
background-color css
<style>
a { background-color: #A98A7F; }
a { background-color: rgb(169,138,127); }
div.DivClassName
{
background-color: #A98A7F;
}
.BgClassName
{
background-color: #A98A7F;
}
</style>
border-color css
<style>
span { border-color: #A98A7F; }
span { border-color: rgb(169,138,127); }
td.TdClassName
{
border-color: #A98A7F;
}
.TagClassName
{
border-color: #A98A7F;
}
</style>