Shades of Brandy Rose #A98C83
Tints of Brandy Rose #A98C83
RGB
CMYK
RGB Variations
Color information
#A98C83 (or 0xA98C83) is known color: Brandy Rose. HEX triplet: A9, 8C and 83. RGB value is (169,140,131). Sum of RGB (Red+Green+Blue) = 169+140+131=440 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.41% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 169 - color contains mainly: red. Hex color #A98C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98C83 is #56737C. Grayscale: #939393. Windows color (decimal): -5665661 or 8621225. OLE color: 8621225.
HSL color Cylindrical-coordinate representation of color #A98C83: hue angle of 14.21º 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 #A98C83 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 140 | 131 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.34 |
| HSL | 14.21º | 0.18% | 0.59% | - |
| HSV(B) | 14.21º | 0.22% | 0.66% | - |
| XYZ | 29.84 | 28.83 | 25.46 | - |
| YUV | 147.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 140 | 131 | 0 | 0.17 | 0.22 | 0.34 | 14.21 | 0.18 | 0.59 |
| Hex | A9 | 8C | 83 | 0 | 11 | 16 | 22 | E | 12 | 3B |
| Octal | 251 | 214 | 203 | 0 | 21 | 26 | 42 | 16 | 22 | 73 |
| Binary | 10101001 | 10001100 | 10000011 | 0 | 10001 | 10110 | 100010 | 1110 | 10010 | 111011 |
Color Harmonies of #A98C83
Complementary color
Monochromatic Colors of #A98C83
Black with #A98C83
Text Example
Text Example
White with #A98C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98C83; }
p { color: rgb(169,140,131); }
H1.HeaderClassName
{
color: #A98C83;
}
.AnyTagClassName
{
color: #A98C83;
}
</style>
background-color css
<style>
a { background-color: #A98C83; }
a { background-color: rgb(169,140,131); }
div.DivClassName
{
background-color: #A98C83;
}
.BgClassName
{
background-color: #A98C83;
}
</style>
border-color css
<style>
span { border-color: #A98C83; }
span { border-color: rgb(169,140,131); }
td.TdClassName
{
border-color: #A98C83;
}
.TagClassName
{
border-color: #A98C83;
}
</style>