Shades of Brandy Rose #A9807D
Tints of Brandy Rose #A9807D
RGB
CMYK
RGB Variations
Color information
#A9807D (or 0xA9807D) is known color: Brandy Rose. HEX triplet: A9, 80 and 7D. RGB value is (169,128,125). Sum of RGB (Red+Green+Blue) = 169+128+125=422 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.05% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 169 - color contains mainly: red. Hex color #A9807D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9807D is #567F82. Grayscale: #8B8B8B. Windows color (decimal): -5668739 or 8224937. OLE color: 8224937.
HSL color Cylindrical-coordinate representation of color #A9807D: hue angle of 4.09º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A9807D is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 128 | 125 | - |
| CMYK | 0 | 0.24 | 0.26 | 0.34 |
| HSL | 4.09º | 0.2% | 0.58% | - |
| HSV(B) | 4.09º | 0.26% | 0.66% | - |
| XYZ | 27.78 | 25.35 | 22.83 | - |
| YUV | 139.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 128 | 125 | 0 | 0.24 | 0.26 | 0.34 | 4.09 | 0.2 | 0.58 |
| Hex | A9 | 80 | 7D | 0 | 18 | 1A | 22 | 4 | 14 | 3A |
| Octal | 251 | 200 | 175 | 0 | 30 | 32 | 42 | 4 | 24 | 72 |
| Binary | 10101001 | 10000000 | 1111101 | 0 | 11000 | 11010 | 100010 | 100 | 10100 | 111010 |
Color Harmonies of #A9807D
Complementary color
Monochromatic Colors of #A9807D
Black with #A9807D
Text Example
Text Example
White with #A9807D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9807D; }
p { color: rgb(169,128,125); }
H1.HeaderClassName
{
color: #A9807D;
}
.AnyTagClassName
{
color: #A9807D;
}
</style>
background-color css
<style>
a { background-color: #A9807D; }
a { background-color: rgb(169,128,125); }
div.DivClassName
{
background-color: #A9807D;
}
.BgClassName
{
background-color: #A9807D;
}
</style>
border-color css
<style>
span { border-color: #A9807D; }
span { border-color: rgb(169,128,125); }
td.TdClassName
{
border-color: #A9807D;
}
.TagClassName
{
border-color: #A9807D;
}
</style>