Shades of Brandy Rose #A98377
Tints of Brandy Rose #A98377
RGB
CMYK
RGB Variations
Color information
#A98377 (or 0xA98377) is known color: Brandy Rose. HEX triplet: A9, 83 and 77. RGB value is (169,131,119). Sum of RGB (Red+Green+Blue) = 169+131+119=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 131 (51.56% from 255 or 31.26% from 419); Blue value is 119 (46.88% from 255 or 28.40% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A98377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98377 is #567C88. Grayscale: #8D8D8D. Windows color (decimal): -5667977 or 7832489. OLE color: 7832489.
HSL color Cylindrical-coordinate representation of color #A98377: hue angle of 14.4º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A98377 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 131 | 119 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.34 |
| HSL | 14.4º | 0.23% | 0.56% | - |
| HSV(B) | 14.4º | 0.3% | 0.66% | - |
| XYZ | 27.81 | 26 | 21.01 | - |
| YUV | 140.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 119 | 0 | 0.22 | 0.30 | 0.34 | 14.4 | 0.23 | 0.56 |
| Hex | A9 | 83 | 77 | 0 | 16 | 1E | 22 | E | 17 | 38 |
| Octal | 251 | 203 | 167 | 0 | 26 | 36 | 42 | 16 | 27 | 70 |
| Binary | 10101001 | 10000011 | 1110111 | 0 | 10110 | 11110 | 100010 | 1110 | 10111 | 111000 |
Color Harmonies of #A98377
Complementary color
Monochromatic Colors of #A98377
Black with #A98377
Text Example
Text Example
White with #A98377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98377; }
p { color: rgb(169,131,119); }
H1.HeaderClassName
{
color: #A98377;
}
.AnyTagClassName
{
color: #A98377;
}
</style>
background-color css
<style>
a { background-color: #A98377; }
a { background-color: rgb(169,131,119); }
div.DivClassName
{
background-color: #A98377;
}
.BgClassName
{
background-color: #A98377;
}
</style>
border-color css
<style>
span { border-color: #A98377; }
span { border-color: rgb(169,131,119); }
td.TdClassName
{
border-color: #A98377;
}
.TagClassName
{
border-color: #A98377;
}
</style>