Shades of Brandy Rose #A4847E
Tints of Brandy Rose #A4847E
RGB
CMYK
RGB Variations
Color information
#A4847E (or 0xA4847E) is known color: Brandy Rose. HEX triplet: A4, 84 and 7E. RGB value is (164,132,126). Sum of RGB (Red+Green+Blue) = 164+132+126=422 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.86% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 126 (49.61% from 255 or 29.86% from 422); Max value from RGB is 164 - color contains mainly: red. Hex color #A4847E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4847E is #5B7B81. Grayscale: #8C8C8C. Windows color (decimal): -5995394 or 8291492. OLE color: 8291492.
HSL color Cylindrical-coordinate representation of color #A4847E: hue angle of 9.47º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4847E is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 132 | 126 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.36 |
| HSL | 9.47º | 0.17% | 0.57% | - |
| HSV(B) | 9.47º | 0.23% | 0.64% | - |
| XYZ | 27.33 | 25.9 | 23.3 | - |
| YUV | 140.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 132 | 126 | 0 | 0.20 | 0.23 | 0.36 | 9.47 | 0.17 | 0.57 |
| Hex | A4 | 84 | 7E | 0 | 14 | 17 | 24 | 9 | 11 | 39 |
| Octal | 244 | 204 | 176 | 0 | 24 | 27 | 44 | 11 | 21 | 71 |
| Binary | 10100100 | 10000100 | 1111110 | 0 | 10100 | 10111 | 100100 | 1001 | 10001 | 111001 |
Color Harmonies of #A4847E
Complementary color
Monochromatic Colors of #A4847E
Black with #A4847E
Text Example
Text Example
White with #A4847E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4847E; }
p { color: rgb(164,132,126); }
H1.HeaderClassName
{
color: #A4847E;
}
.AnyTagClassName
{
color: #A4847E;
}
</style>
background-color css
<style>
a { background-color: #A4847E; }
a { background-color: rgb(164,132,126); }
div.DivClassName
{
background-color: #A4847E;
}
.BgClassName
{
background-color: #A4847E;
}
</style>
border-color css
<style>
span { border-color: #A4847E; }
span { border-color: rgb(164,132,126); }
td.TdClassName
{
border-color: #A4847E;
}
.TagClassName
{
border-color: #A4847E;
}
</style>