Shades of Brandy Rose #A98883
Tints of Brandy Rose #A98883
RGB
CMYK
RGB Variations
Color information
#A98883 (or 0xA98883) is known color: Brandy Rose. HEX triplet: A9, 88 and 83. RGB value is (169,136,131). Sum of RGB (Red+Green+Blue) = 169+136+131=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A98883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98883 is #56777C. Grayscale: #919191. Windows color (decimal): -5666685 or 8620201. OLE color: 8620201.
HSL color Cylindrical-coordinate representation of color #A98883: hue angle of 7.89º 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 #A98883 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 136 | 131 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.34 |
| HSL | 7.89º | 0.18% | 0.59% | - |
| HSV(B) | 7.89º | 0.22% | 0.66% | - |
| XYZ | 29.26 | 27.68 | 25.27 | - |
| YUV | 145.3 | 119.93 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 136 | 131 | 0 | 0.20 | 0.22 | 0.34 | 7.89 | 0.18 | 0.59 |
| Hex | A9 | 88 | 83 | 0 | 14 | 16 | 22 | 8 | 12 | 3B |
| Octal | 251 | 210 | 203 | 0 | 24 | 26 | 42 | 10 | 22 | 73 |
| Binary | 10101001 | 10001000 | 10000011 | 0 | 10100 | 10110 | 100010 | 1000 | 10010 | 111011 |
Color Harmonies of #A98883
Complementary color
Monochromatic Colors of #A98883
Black with #A98883
Text Example
Text Example
White with #A98883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98883; }
p { color: rgb(169,136,131); }
H1.HeaderClassName
{
color: #A98883;
}
.AnyTagClassName
{
color: #A98883;
}
</style>
background-color css
<style>
a { background-color: #A98883; }
a { background-color: rgb(169,136,131); }
div.DivClassName
{
background-color: #A98883;
}
.BgClassName
{
background-color: #A98883;
}
</style>
border-color css
<style>
span { border-color: #A98883; }
span { border-color: rgb(169,136,131); }
td.TdClassName
{
border-color: #A98883;
}
.TagClassName
{
border-color: #A98883;
}
</style>