Shades of Brandy Rose #AD8682
Tints of Brandy Rose #AD8682
RGB
CMYK
RGB Variations
Color information
#AD8682 (or 0xAD8682) is known color: Brandy Rose. HEX triplet: AD, 86 and 82. RGB value is (173,134,130). Sum of RGB (Red+Green+Blue) = 173+134+130=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 134 (52.73% from 255 or 30.66% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8682 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8682 is #52797D. Grayscale: #919191. Windows color (decimal): -5405054 or 8554157. OLE color: 8554157.
HSL color Cylindrical-coordinate representation of color #AD8682: hue angle of 5.58º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AD8682 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 130 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.32 |
| HSL | 5.58º | 0.21% | 0.59% | - |
| HSV(B) | 5.58º | 0.25% | 0.68% | - |
| XYZ | 29.79 | 27.55 | 24.87 | - |
| YUV | 145.21 | 119.42 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 130 | 0 | 0.23 | 0.25 | 0.32 | 5.58 | 0.21 | 0.59 |
| Hex | AD | 86 | 82 | 0 | 17 | 19 | 20 | 6 | 15 | 3B |
| Octal | 255 | 206 | 202 | 0 | 27 | 31 | 40 | 6 | 25 | 73 |
| Binary | 10101101 | 10000110 | 10000010 | 0 | 10111 | 11001 | 100000 | 110 | 10101 | 111011 |
Color Harmonies of #AD8682
Complementary color
Monochromatic Colors of #AD8682
Black with #AD8682
Text Example
Text Example
White with #AD8682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8682; }
p { color: rgb(173,134,130); }
H1.HeaderClassName
{
color: #AD8682;
}
.AnyTagClassName
{
color: #AD8682;
}
</style>
background-color css
<style>
a { background-color: #AD8682; }
a { background-color: rgb(173,134,130); }
div.DivClassName
{
background-color: #AD8682;
}
.BgClassName
{
background-color: #AD8682;
}
</style>
border-color css
<style>
span { border-color: #AD8682; }
span { border-color: rgb(173,134,130); }
td.TdClassName
{
border-color: #AD8682;
}
.TagClassName
{
border-color: #AD8682;
}
</style>