Shades of Brandy Rose #A98275
Tints of Brandy Rose #A98275
RGB
CMYK
RGB Variations
Color information
#A98275 (or 0xA98275) is known color: Brandy Rose. HEX triplet: A9, 82 and 75. RGB value is (169,130,117). Sum of RGB (Red+Green+Blue) = 169+130+117=416 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.62% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 169 - color contains mainly: red. Hex color #A98275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A98275 is #567D8A. Grayscale: #8C8C8C. Windows color (decimal): -5668235 or 7701161. OLE color: 7701161.
HSL color Cylindrical-coordinate representation of color #A98275: hue angle of 15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A98275 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 130 | 117 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.34 |
| HSL | 15º | 0.23% | 0.56% | - |
| HSV(B) | 15º | 0.31% | 0.66% | - |
| XYZ | 27.56 | 25.68 | 20.33 | - |
| YUV | 140.18 | 114.92 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 117 | 0 | 0.23 | 0.31 | 0.34 | 15 | 0.23 | 0.56 |
| Hex | A9 | 82 | 75 | 0 | 17 | 1F | 22 | F | 17 | 38 |
| Octal | 251 | 202 | 165 | 0 | 27 | 37 | 42 | 17 | 27 | 70 |
| Binary | 10101001 | 10000010 | 1110101 | 0 | 10111 | 11111 | 100010 | 1111 | 10111 | 111000 |
Color Harmonies of #A98275
Complementary color
Monochromatic Colors of #A98275
Black with #A98275
Text Example
Text Example
White with #A98275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A98275; }
p { color: rgb(169,130,117); }
H1.HeaderClassName
{
color: #A98275;
}
.AnyTagClassName
{
color: #A98275;
}
</style>
background-color css
<style>
a { background-color: #A98275; }
a { background-color: rgb(169,130,117); }
div.DivClassName
{
background-color: #A98275;
}
.BgClassName
{
background-color: #A98275;
}
</style>
border-color css
<style>
span { border-color: #A98275; }
span { border-color: rgb(169,130,117); }
td.TdClassName
{
border-color: #A98275;
}
.TagClassName
{
border-color: #A98275;
}
</style>