Shades of Brandy Rose #A98580
Tints of Brandy Rose #A98580
RGB
CMYK
RGB Variations
Color information
#A98580 (or 0xA98580) is known color: Brandy Rose. HEX triplet: A9, 85 and 80. RGB value is (169,133,128). Sum of RGB (Red+Green+Blue) = 169+133+128=430 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.30% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 169 - color contains mainly: red. Hex color #A98580 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98580 is #567A7F. Grayscale: #8F8F8F. Windows color (decimal): -5667456 or 8422825. OLE color: 8422825.
HSL color Cylindrical-coordinate representation of color #A98580: hue angle of 7.32º degrees, saturation: 0.19, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A98580 is Cyan = 0, Magento = 0.21, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 133 | 128 | - |
| CMYK | 0 | 0.21 | 0.24 | 0.34 |
| HSL | 7.32º | 0.19% | 0.58% | - |
| HSV(B) | 7.32º | 0.24% | 0.66% | - |
| XYZ | 28.65 | 26.77 | 24.08 | - |
| YUV | 143.19 | 119.43 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 133 | 128 | 0 | 0.21 | 0.24 | 0.34 | 7.32 | 0.19 | 0.58 |
| Hex | A9 | 85 | 80 | 0 | 15 | 18 | 22 | 7 | 13 | 3A |
| Octal | 251 | 205 | 200 | 0 | 25 | 30 | 42 | 7 | 23 | 72 |
| Binary | 10101001 | 10000101 | 10000000 | 0 | 10101 | 11000 | 100010 | 111 | 10011 | 111010 |
Color Harmonies of #A98580
Complementary color
Monochromatic Colors of #A98580
Black with #A98580
Text Example
Text Example
White with #A98580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98580; }
p { color: rgb(169,133,128); }
H1.HeaderClassName
{
color: #A98580;
}
.AnyTagClassName
{
color: #A98580;
}
</style>
background-color css
<style>
a { background-color: #A98580; }
a { background-color: rgb(169,133,128); }
div.DivClassName
{
background-color: #A98580;
}
.BgClassName
{
background-color: #A98580;
}
</style>
border-color css
<style>
span { border-color: #A98580; }
span { border-color: rgb(169,133,128); }
td.TdClassName
{
border-color: #A98580;
}
.TagClassName
{
border-color: #A98580;
}
</style>