Shades of Brandy Rose #AD8B7D
Tints of Brandy Rose #AD8B7D
RGB
CMYK
RGB Variations
Color information
#AD8B7D (or 0xAD8B7D) is known color: Brandy Rose. HEX triplet: AD, 8B and 7D. RGB value is (173,139,125). Sum of RGB (Red+Green+Blue) = 173+139+125=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 139 (54.69% from 255 or 31.81% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B7D is #527482. Grayscale: #939393. Windows color (decimal): -5403779 or 8227757. OLE color: 8227757.
HSL color Cylindrical-coordinate representation of color #AD8B7D: hue angle of 17.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AD8B7D is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 125 | - |
| CMYK | 0 | 0.20 | 0.28 | 0.32 |
| HSL | 17.5º | 0.23% | 0.58% | - |
| HSV(B) | 17.5º | 0.28% | 0.68% | - |
| XYZ | 30.17 | 28.83 | 23.38 | - |
| YUV | 147.57 | 115.26 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 125 | 0 | 0.20 | 0.28 | 0.32 | 17.5 | 0.23 | 0.58 |
| Hex | AD | 8B | 7D | 0 | 14 | 1C | 20 | 12 | 17 | 3A |
| Octal | 255 | 213 | 175 | 0 | 24 | 34 | 40 | 22 | 27 | 72 |
| Binary | 10101101 | 10001011 | 1111101 | 0 | 10100 | 11100 | 100000 | 10010 | 10111 | 111010 |
Color Harmonies of #AD8B7D
Complementary color
Monochromatic Colors of #AD8B7D
Black with #AD8B7D
Text Example
Text Example
White with #AD8B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B7D; }
p { color: rgb(173,139,125); }
H1.HeaderClassName
{
color: #AD8B7D;
}
.AnyTagClassName
{
color: #AD8B7D;
}
</style>
background-color css
<style>
a { background-color: #AD8B7D; }
a { background-color: rgb(173,139,125); }
div.DivClassName
{
background-color: #AD8B7D;
}
.BgClassName
{
background-color: #AD8B7D;
}
</style>
border-color css
<style>
span { border-color: #AD8B7D; }
span { border-color: rgb(173,139,125); }
td.TdClassName
{
border-color: #AD8B7D;
}
.TagClassName
{
border-color: #AD8B7D;
}
</style>