Shades of Brandy Rose #A9837D
Tints of Brandy Rose #A9837D
RGB
CMYK
RGB Variations
Color information
#A9837D (or 0xA9837D) is known color: Brandy Rose. HEX triplet: A9, 83 and 7D. RGB value is (169,131,125). Sum of RGB (Red+Green+Blue) = 169+131+125=425 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.76% from 425); Green value is 131 (51.56% from 255 or 30.82% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 169 - color contains mainly: red. Hex color #A9837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9837D is #567C82. Grayscale: #8D8D8D. Windows color (decimal): -5667971 or 8225705. OLE color: 8225705.
HSL color Cylindrical-coordinate representation of color #A9837D: hue angle of 8.18º 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 #A9837D is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 131 | 125 | - |
| CMYK | 0 | 0.22 | 0.26 | 0.34 |
| HSL | 8.18º | 0.2% | 0.58% | - |
| HSV(B) | 8.18º | 0.26% | 0.66% | - |
| XYZ | 28.18 | 26.15 | 22.96 | - |
| YUV | 141.68 | 118.59 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 125 | 0 | 0.22 | 0.26 | 0.34 | 8.18 | 0.2 | 0.58 |
| Hex | A9 | 83 | 7D | 0 | 16 | 1A | 22 | 8 | 14 | 3A |
| Octal | 251 | 203 | 175 | 0 | 26 | 32 | 42 | 10 | 24 | 72 |
| Binary | 10101001 | 10000011 | 1111101 | 0 | 10110 | 11010 | 100010 | 1000 | 10100 | 111010 |
Color Harmonies of #A9837D
Complementary color
Monochromatic Colors of #A9837D
Black with #A9837D
Text Example
Text Example
White with #A9837D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9837D; }
p { color: rgb(169,131,125); }
H1.HeaderClassName
{
color: #A9837D;
}
.AnyTagClassName
{
color: #A9837D;
}
</style>
background-color css
<style>
a { background-color: #A9837D; }
a { background-color: rgb(169,131,125); }
div.DivClassName
{
background-color: #A9837D;
}
.BgClassName
{
background-color: #A9837D;
}
</style>
border-color css
<style>
span { border-color: #A9837D; }
span { border-color: rgb(169,131,125); }
td.TdClassName
{
border-color: #A9837D;
}
.TagClassName
{
border-color: #A9837D;
}
</style>