Shades of Brandy Rose #AD8680
Tints of Brandy Rose #AD8680
RGB
CMYK
RGB Variations
Color information
#AD8680 (or 0xAD8680) is known color: Brandy Rose. HEX triplet: AD, 86 and 80. RGB value is (173,134,128). Sum of RGB (Red+Green+Blue) = 173+134+128=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8680 is #52797F. Grayscale: #919191. Windows color (decimal): -5405056 or 8423085. OLE color: 8423085.
HSL color Cylindrical-coordinate representation of color #AD8680: hue angle of 8º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AD8680 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 134 | 128 | - |
| CMYK | 0 | 0.23 | 0.26 | 0.32 |
| HSL | 8º | 0.22% | 0.59% | - |
| HSV(B) | 8º | 0.26% | 0.68% | - |
| XYZ | 29.65 | 27.49 | 24.17 | - |
| YUV | 144.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 134 | 128 | 0 | 0.23 | 0.26 | 0.32 | 8 | 0.22 | 0.59 |
| Hex | AD | 86 | 80 | 0 | 17 | 1A | 20 | 8 | 16 | 3B |
| Octal | 255 | 206 | 200 | 0 | 27 | 32 | 40 | 10 | 26 | 73 |
| Binary | 10101101 | 10000110 | 10000000 | 0 | 10111 | 11010 | 100000 | 1000 | 10110 | 111011 |
Color Harmonies of #AD8680
Complementary color
Monochromatic Colors of #AD8680
Black with #AD8680
Text Example
Text Example
White with #AD8680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8680; }
p { color: rgb(173,134,128); }
H1.HeaderClassName
{
color: #AD8680;
}
.AnyTagClassName
{
color: #AD8680;
}
</style>
background-color css
<style>
a { background-color: #AD8680; }
a { background-color: rgb(173,134,128); }
div.DivClassName
{
background-color: #AD8680;
}
.BgClassName
{
background-color: #AD8680;
}
</style>
border-color css
<style>
span { border-color: #AD8680; }
span { border-color: rgb(173,134,128); }
td.TdClassName
{
border-color: #AD8680;
}
.TagClassName
{
border-color: #AD8680;
}
</style>