Shades of Brandy Rose #AD7E76
Tints of Brandy Rose #AD7E76
RGB
CMYK
RGB Variations
Color information
#AD7E76 (or 0xAD7E76) is known color: Brandy Rose. HEX triplet: AD, 7E and 76. RGB value is (173,126,118). Sum of RGB (Red+Green+Blue) = 173+126+118=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 126 (49.61% from 255 or 30.22% from 417); Blue value is 118 (46.48% from 255 or 28.30% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E76 is #528189. Grayscale: #8B8B8B. Windows color (decimal): -5407114 or 7765677. OLE color: 7765677.
HSL color Cylindrical-coordinate representation of color #AD7E76: hue angle of 8.73º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AD7E76 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 126 | 118 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.32 |
| HSL | 8.73º | 0.25% | 0.57% | - |
| HSV(B) | 8.73º | 0.32% | 0.68% | - |
| XYZ | 27.96 | 25.11 | 20.51 | - |
| YUV | 139.14 | 116.07 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 126 | 118 | 0 | 0.27 | 0.32 | 0.32 | 8.73 | 0.25 | 0.57 |
| Hex | AD | 7E | 76 | 0 | 1B | 20 | 20 | 9 | 19 | 39 |
| Octal | 255 | 176 | 166 | 0 | 33 | 40 | 40 | 11 | 31 | 71 |
| Binary | 10101101 | 1111110 | 1110110 | 0 | 11011 | 100000 | 100000 | 1001 | 11001 | 111001 |
Color Harmonies of #AD7E76
Complementary color
Monochromatic Colors of #AD7E76
Black with #AD7E76
Text Example
Text Example
White with #AD7E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD7E76; }
p { color: rgb(173,126,118); }
H1.HeaderClassName
{
color: #AD7E76;
}
.AnyTagClassName
{
color: #AD7E76;
}
</style>
background-color css
<style>
a { background-color: #AD7E76; }
a { background-color: rgb(173,126,118); }
div.DivClassName
{
background-color: #AD7E76;
}
.BgClassName
{
background-color: #AD7E76;
}
</style>
border-color css
<style>
span { border-color: #AD7E76; }
span { border-color: rgb(173,126,118); }
td.TdClassName
{
border-color: #AD7E76;
}
.TagClassName
{
border-color: #AD7E76;
}
</style>