Shades of Brandy Rose #A98575
Tints of Brandy Rose #A98575
RGB
CMYK
RGB Variations
Color information
#A98575 (or 0xA98575) is known color: Brandy Rose. HEX triplet: A9, 85 and 75. RGB value is (169,133,117). Sum of RGB (Red+Green+Blue) = 169+133+117=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 117 (46.09% from 255 or 27.92% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A98575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98575 is #567A8A. Grayscale: #8E8E8E. Windows color (decimal): -5667467 or 7701929. OLE color: 7701929.
HSL color Cylindrical-coordinate representation of color #A98575: hue angle of 18.46º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A98575 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 117 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.34 |
| HSL | 18.46º | 0.23% | 0.56% | - |
| HSV(B) | 18.46º | 0.31% | 0.66% | - |
| XYZ | 27.96 | 26.49 | 20.47 | - |
| YUV | 141.94 | 113.93 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 117 | 0 | 0.21 | 0.31 | 0.34 | 18.46 | 0.23 | 0.56 |
| Hex | A9 | 85 | 75 | 0 | 15 | 1F | 22 | 12 | 17 | 38 |
| Octal | 251 | 205 | 165 | 0 | 25 | 37 | 42 | 22 | 27 | 70 |
| Binary | 10101001 | 10000101 | 1110101 | 0 | 10101 | 11111 | 100010 | 10010 | 10111 | 111000 |
Color Harmonies of #A98575
Complementary color
Monochromatic Colors of #A98575
Black with #A98575
Text Example
Text Example
White with #A98575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98575; }
p { color: rgb(169,133,117); }
H1.HeaderClassName
{
color: #A98575;
}
.AnyTagClassName
{
color: #A98575;
}
</style>
background-color css
<style>
a { background-color: #A98575; }
a { background-color: rgb(169,133,117); }
div.DivClassName
{
background-color: #A98575;
}
.BgClassName
{
background-color: #A98575;
}
</style>
border-color css
<style>
span { border-color: #A98575; }
span { border-color: rgb(169,133,117); }
td.TdClassName
{
border-color: #A98575;
}
.TagClassName
{
border-color: #A98575;
}
</style>