Shades of Brandy Rose #A78179
Tints of Brandy Rose #A78179
RGB
CMYK
RGB Variations
Color information
#A78179 (or 0xA78179) is known color: Brandy Rose. HEX triplet: A7, 81 and 79. RGB value is (167,129,121). Sum of RGB (Red+Green+Blue) = 167+129+121=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 129 (50.78% from 255 or 30.94% from 417); Blue value is 121 (47.66% from 255 or 29.02% from 417); Max value from RGB is 167 - color contains mainly: red. Hex color #A78179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A78179 is #587E86. Grayscale: #8B8B8B. Windows color (decimal): -5799559 or 7963047. OLE color: 7963047.
HSL color Cylindrical-coordinate representation of color #A78179: hue angle of 10.43º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A78179 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 129 | 121 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.35 |
| HSL | 10.43º | 0.21% | 0.56% | - |
| HSV(B) | 10.43º | 0.28% | 0.65% | - |
| XYZ | 27.24 | 25.3 | 21.54 | - |
| YUV | 139.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 129 | 121 | 0 | 0.23 | 0.28 | 0.35 | 10.43 | 0.21 | 0.56 |
| Hex | A7 | 81 | 79 | 0 | 17 | 1C | 23 | A | 15 | 38 |
| Octal | 247 | 201 | 171 | 0 | 27 | 34 | 43 | 12 | 25 | 70 |
| Binary | 10100111 | 10000001 | 1111001 | 0 | 10111 | 11100 | 100011 | 1010 | 10101 | 111000 |
Color Harmonies of #A78179
Complementary color
Monochromatic Colors of #A78179
Black with #A78179
Text Example
Text Example
White with #A78179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78179; }
p { color: rgb(167,129,121); }
H1.HeaderClassName
{
color: #A78179;
}
.AnyTagClassName
{
color: #A78179;
}
</style>
background-color css
<style>
a { background-color: #A78179; }
a { background-color: rgb(167,129,121); }
div.DivClassName
{
background-color: #A78179;
}
.BgClassName
{
background-color: #A78179;
}
</style>
border-color css
<style>
span { border-color: #A78179; }
span { border-color: rgb(167,129,121); }
td.TdClassName
{
border-color: #A78179;
}
.TagClassName
{
border-color: #A78179;
}
</style>