Shades of Brandy Rose #AD8B7F
Tints of Brandy Rose #AD8B7F
RGB
CMYK
RGB Variations
Color information
#AD8B7F (or 0xAD8B7F) is known color: Brandy Rose. HEX triplet: AD, 8B and 7F. RGB value is (173,139,127). Sum of RGB (Red+Green+Blue) = 173+139+127=439 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.41% from 439); Green value is 139 (54.69% from 255 or 31.66% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B7F is #527480. Grayscale: #939393. Windows color (decimal): -5403777 or 8358829. OLE color: 8358829.
HSL color Cylindrical-coordinate representation of color #AD8B7F: hue angle of 15.65º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD8B7F is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 139 | 127 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.32 |
| HSL | 15.65º | 0.22% | 0.59% | - |
| HSV(B) | 15.65º | 0.27% | 0.68% | - |
| XYZ | 30.3 | 28.88 | 24.06 | - |
| YUV | 147.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 139 | 127 | 0 | 0.20 | 0.27 | 0.32 | 15.65 | 0.22 | 0.59 |
| Hex | AD | 8B | 7F | 0 | 14 | 1B | 20 | 10 | 16 | 3B |
| Octal | 255 | 213 | 177 | 0 | 24 | 33 | 40 | 20 | 26 | 73 |
| Binary | 10101101 | 10001011 | 1111111 | 0 | 10100 | 11011 | 100000 | 10000 | 10110 | 111011 |
Color Harmonies of #AD8B7F
Complementary color
Monochromatic Colors of #AD8B7F
Black with #AD8B7F
Text Example
Text Example
White with #AD8B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8B7F; }
p { color: rgb(173,139,127); }
H1.HeaderClassName
{
color: #AD8B7F;
}
.AnyTagClassName
{
color: #AD8B7F;
}
</style>
background-color css
<style>
a { background-color: #AD8B7F; }
a { background-color: rgb(173,139,127); }
div.DivClassName
{
background-color: #AD8B7F;
}
.BgClassName
{
background-color: #AD8B7F;
}
</style>
border-color css
<style>
span { border-color: #AD8B7F; }
span { border-color: rgb(173,139,127); }
td.TdClassName
{
border-color: #AD8B7F;
}
.TagClassName
{
border-color: #AD8B7F;
}
</style>