Shades of Brandy Rose #AD8D83
Tints of Brandy Rose #AD8D83
RGB
CMYK
RGB Variations
Color information
#AD8D83 (or 0xAD8D83) is known color: Brandy Rose. HEX triplet: AD, 8D and 83. RGB value is (173,141,131). Sum of RGB (Red+Green+Blue) = 173+141+131=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 131 (51.56% from 255 or 29.44% from 445); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8D83 is #52727C. Grayscale: #959595. Windows color (decimal): -5403261 or 8621485. OLE color: 8621485.
HSL color Cylindrical-coordinate representation of color #AD8D83: hue angle of 14.29º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AD8D83 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 141 | 131 | - |
| CMYK | 0 | 0.18 | 0.24 | 0.32 |
| HSL | 14.29º | 0.2% | 0.6% | - |
| HSV(B) | 14.29º | 0.24% | 0.68% | - |
| XYZ | 30.86 | 29.57 | 25.55 | - |
| YUV | 149.43 | 117.6 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 141 | 131 | 0 | 0.18 | 0.24 | 0.32 | 14.29 | 0.2 | 0.6 |
| Hex | AD | 8D | 83 | 0 | 12 | 18 | 20 | E | 14 | 3C |
| Octal | 255 | 215 | 203 | 0 | 22 | 30 | 40 | 16 | 24 | 74 |
| Binary | 10101101 | 10001101 | 10000011 | 0 | 10010 | 11000 | 100000 | 1110 | 10100 | 111100 |
Color Harmonies of #AD8D83
Complementary color
Monochromatic Colors of #AD8D83
Black with #AD8D83
Text Example
Text Example
White with #AD8D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8D83; }
p { color: rgb(173,141,131); }
H1.HeaderClassName
{
color: #AD8D83;
}
.AnyTagClassName
{
color: #AD8D83;
}
</style>
background-color css
<style>
a { background-color: #AD8D83; }
a { background-color: rgb(173,141,131); }
div.DivClassName
{
background-color: #AD8D83;
}
.BgClassName
{
background-color: #AD8D83;
}
</style>
border-color css
<style>
span { border-color: #AD8D83; }
span { border-color: rgb(173,141,131); }
td.TdClassName
{
border-color: #AD8D83;
}
.TagClassName
{
border-color: #AD8D83;
}
</style>