Shades of Brandy Rose #A7897E
Tints of Brandy Rose #A7897E
RGB
CMYK
RGB Variations
Color information
#A7897E (or 0xA7897E) is known color: Brandy Rose. HEX triplet: A7, 89 and 7E. RGB value is (167,137,126). Sum of RGB (Red+Green+Blue) = 167+137+126=430 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.84% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 167 - color contains mainly: red. Hex color #A7897E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7897E is #587681. Grayscale: #909090. Windows color (decimal): -5797506 or 8292775. OLE color: 8292775.
HSL color Cylindrical-coordinate representation of color #A7897E: hue angle of 16.1º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A7897E is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 137 | 126 | - |
| CMYK | 0 | 0.18 | 0.25 | 0.35 |
| HSL | 16.1º | 0.19% | 0.57% | - |
| HSV(B) | 16.1º | 0.25% | 0.65% | - |
| XYZ | 28.65 | 27.61 | 23.56 | - |
| YUV | 144.72 | 117.44 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 137 | 126 | 0 | 0.18 | 0.25 | 0.35 | 16.1 | 0.19 | 0.57 |
| Hex | A7 | 89 | 7E | 0 | 12 | 19 | 23 | 10 | 13 | 39 |
| Octal | 247 | 211 | 176 | 0 | 22 | 31 | 43 | 20 | 23 | 71 |
| Binary | 10100111 | 10001001 | 1111110 | 0 | 10010 | 11001 | 100011 | 10000 | 10011 | 111001 |
Color Harmonies of #A7897E
Complementary color
Monochromatic Colors of #A7897E
Black with #A7897E
Text Example
Text Example
White with #A7897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7897E; }
p { color: rgb(167,137,126); }
H1.HeaderClassName
{
color: #A7897E;
}
.AnyTagClassName
{
color: #A7897E;
}
</style>
background-color css
<style>
a { background-color: #A7897E; }
a { background-color: rgb(167,137,126); }
div.DivClassName
{
background-color: #A7897E;
}
.BgClassName
{
background-color: #A7897E;
}
</style>
border-color css
<style>
span { border-color: #A7897E; }
span { border-color: rgb(167,137,126); }
td.TdClassName
{
border-color: #A7897E;
}
.TagClassName
{
border-color: #A7897E;
}
</style>