Shades of Brandy Rose #A98A83
Tints of Brandy Rose #A98A83
RGB
CMYK
RGB Variations
Color information
#A98A83 (or 0xA98A83) is known color: Brandy Rose. HEX triplet: A9, 8A and 83. RGB value is (169,138,131). Sum of RGB (Red+Green+Blue) = 169+138+131=438 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.58% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 169 - color contains mainly: red. Hex color #A98A83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98A83 is #56757C. Grayscale: #929292. Windows color (decimal): -5666173 or 8620713. OLE color: 8620713.
HSL color Cylindrical-coordinate representation of color #A98A83: hue angle of 11.05º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98A83 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 138 | 131 | - |
| CMYK | 0 | 0.18 | 0.22 | 0.34 |
| HSL | 11.05º | 0.18% | 0.59% | - |
| HSV(B) | 11.05º | 0.22% | 0.66% | - |
| XYZ | 29.55 | 28.25 | 25.37 | - |
| YUV | 146.47 | 119.27 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 138 | 131 | 0 | 0.18 | 0.22 | 0.34 | 11.05 | 0.18 | 0.59 |
| Hex | A9 | 8A | 83 | 0 | 12 | 16 | 22 | B | 12 | 3B |
| Octal | 251 | 212 | 203 | 0 | 22 | 26 | 42 | 13 | 22 | 73 |
| Binary | 10101001 | 10001010 | 10000011 | 0 | 10010 | 10110 | 100010 | 1011 | 10010 | 111011 |
Color Harmonies of #A98A83
Complementary color
Monochromatic Colors of #A98A83
Black with #A98A83
Text Example
Text Example
White with #A98A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98A83; }
p { color: rgb(169,138,131); }
H1.HeaderClassName
{
color: #A98A83;
}
.AnyTagClassName
{
color: #A98A83;
}
</style>
background-color css
<style>
a { background-color: #A98A83; }
a { background-color: rgb(169,138,131); }
div.DivClassName
{
background-color: #A98A83;
}
.BgClassName
{
background-color: #A98A83;
}
</style>
border-color css
<style>
span { border-color: #A98A83; }
span { border-color: rgb(169,138,131); }
td.TdClassName
{
border-color: #A98A83;
}
.TagClassName
{
border-color: #A98A83;
}
</style>