Shades of Brandy Rose #A98278
Tints of Brandy Rose #A98278
RGB
CMYK
RGB Variations
Color information
#A98278 (or 0xA98278) is known color: Brandy Rose. HEX triplet: A9, 82 and 78. RGB value is (169,130,120). Sum of RGB (Red+Green+Blue) = 169+130+120=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 169 - color contains mainly: red. Hex color #A98278 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98278 is #567D87. Grayscale: #8C8C8C. Windows color (decimal): -5668232 or 7897769. OLE color: 7897769.
HSL color Cylindrical-coordinate representation of color #A98278: hue angle of 12.24º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A98278 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 120 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.34 |
| HSL | 12.24º | 0.22% | 0.57% | - |
| HSV(B) | 12.24º | 0.29% | 0.66% | - |
| XYZ | 27.73 | 25.76 | 21.28 | - |
| YUV | 140.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 120 | 0 | 0.23 | 0.29 | 0.34 | 12.24 | 0.22 | 0.57 |
| Hex | A9 | 82 | 78 | 0 | 17 | 1D | 22 | C | 16 | 39 |
| Octal | 251 | 202 | 170 | 0 | 27 | 35 | 42 | 14 | 26 | 71 |
| Binary | 10101001 | 10000010 | 1111000 | 0 | 10111 | 11101 | 100010 | 1100 | 10110 | 111001 |
Color Harmonies of #A98278
Complementary color
Monochromatic Colors of #A98278
Black with #A98278
Text Example
Text Example
White with #A98278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98278; }
p { color: rgb(169,130,120); }
H1.HeaderClassName
{
color: #A98278;
}
.AnyTagClassName
{
color: #A98278;
}
</style>
background-color css
<style>
a { background-color: #A98278; }
a { background-color: rgb(169,130,120); }
div.DivClassName
{
background-color: #A98278;
}
.BgClassName
{
background-color: #A98278;
}
</style>
border-color css
<style>
span { border-color: #A98278; }
span { border-color: rgb(169,130,120); }
td.TdClassName
{
border-color: #A98278;
}
.TagClassName
{
border-color: #A98278;
}
</style>