Shades of Brandy Rose #A67F78
Tints of Brandy Rose #A67F78
RGB
CMYK
RGB Variations
Color information
#A67F78 (or 0xA67F78) is known color: Brandy Rose. HEX triplet: A6, 7F and 78. RGB value is (166,127,120). Sum of RGB (Red+Green+Blue) = 166+127+120=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 127 (50% from 255 or 30.75% from 413); Blue value is 120 (47.27% from 255 or 29.06% from 413); Max value from RGB is 166 - color contains mainly: red. Hex color #A67F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67F78 is #598087. Grayscale: #898989. Windows color (decimal): -5865608 or 7896998. OLE color: 7896998.
HSL color Cylindrical-coordinate representation of color #A67F78: hue angle of 9.13º 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 #A67F78 is Cyan = 0, Magento = 0.23, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 127 | 120 | - |
| CMYK | 0 | 0.23 | 0.28 | 0.35 |
| HSL | 9.13º | 0.21% | 0.56% | - |
| HSV(B) | 9.13º | 0.28% | 0.65% | - |
| XYZ | 26.71 | 24.64 | 21.12 | - |
| YUV | 137.86 | 117.92 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 127 | 120 | 0 | 0.23 | 0.28 | 0.35 | 9.13 | 0.21 | 0.56 |
| Hex | A6 | 7F | 78 | 0 | 17 | 1C | 23 | 9 | 15 | 38 |
| Octal | 246 | 177 | 170 | 0 | 27 | 34 | 43 | 11 | 25 | 70 |
| Binary | 10100110 | 1111111 | 1111000 | 0 | 10111 | 11100 | 100011 | 1001 | 10101 | 111000 |
Color Harmonies of #A67F78
Complementary color
Monochromatic Colors of #A67F78
Black with #A67F78
Text Example
Text Example
White with #A67F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67F78; }
p { color: rgb(166,127,120); }
H1.HeaderClassName
{
color: #A67F78;
}
.AnyTagClassName
{
color: #A67F78;
}
</style>
background-color css
<style>
a { background-color: #A67F78; }
a { background-color: rgb(166,127,120); }
div.DivClassName
{
background-color: #A67F78;
}
.BgClassName
{
background-color: #A67F78;
}
</style>
border-color css
<style>
span { border-color: #A67F78; }
span { border-color: rgb(166,127,120); }
td.TdClassName
{
border-color: #A67F78;
}
.TagClassName
{
border-color: #A67F78;
}
</style>