Shades of Brandy Rose #A9807B
Tints of Brandy Rose #A9807B
RGB
CMYK
RGB Variations
Color information
#A9807B (or 0xA9807B) is known color: Brandy Rose. HEX triplet: A9, 80 and 7B. RGB value is (169,128,123). Sum of RGB (Red+Green+Blue) = 169+128+123=420 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.24% from 420); Green value is 128 (50.39% from 255 or 30.48% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 169 - color contains mainly: red. Hex color #A9807B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9807B is #567F84. Grayscale: #8B8B8B. Windows color (decimal): -5668741 or 8093865. OLE color: 8093865.
HSL color Cylindrical-coordinate representation of color #A9807B: hue angle of 6.52º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9807B is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 123 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.34 |
| HSL | 6.52º | 0.21% | 0.57% | - |
| HSV(B) | 6.52º | 0.27% | 0.66% | - |
| XYZ | 27.66 | 25.3 | 22.17 | - |
| YUV | 139.69 | 118.58 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 123 | 0 | 0.24 | 0.27 | 0.34 | 6.52 | 0.21 | 0.57 |
| Hex | A9 | 80 | 7B | 0 | 18 | 1B | 22 | 7 | 15 | 39 |
| Octal | 251 | 200 | 173 | 0 | 30 | 33 | 42 | 7 | 25 | 71 |
| Binary | 10101001 | 10000000 | 1111011 | 0 | 11000 | 11011 | 100010 | 111 | 10101 | 111001 |
Color Harmonies of #A9807B
Complementary color
Monochromatic Colors of #A9807B
Black with #A9807B
Text Example
Text Example
White with #A9807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9807B; }
p { color: rgb(169,128,123); }
H1.HeaderClassName
{
color: #A9807B;
}
.AnyTagClassName
{
color: #A9807B;
}
</style>
background-color css
<style>
a { background-color: #A9807B; }
a { background-color: rgb(169,128,123); }
div.DivClassName
{
background-color: #A9807B;
}
.BgClassName
{
background-color: #A9807B;
}
</style>
border-color css
<style>
span { border-color: #A9807B; }
span { border-color: rgb(169,128,123); }
td.TdClassName
{
border-color: #A9807B;
}
.TagClassName
{
border-color: #A9807B;
}
</style>