Shades of Brandy Rose #AD8A7F
Tints of Brandy Rose #AD8A7F
RGB
CMYK
RGB Variations
Color information
#AD8A7F (or 0xAD8A7F) is known color: Brandy Rose. HEX triplet: AD, 8A and 7F. RGB value is (173,138,127). Sum of RGB (Red+Green+Blue) = 173+138+127=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A7F is #527580. Grayscale: #939393. Windows color (decimal): -5404033 or 8358573. OLE color: 8358573.
HSL color Cylindrical-coordinate representation of color #AD8A7F: hue angle of 14.35º 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 #AD8A7F is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 138 | 127 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.32 |
| HSL | 14.35º | 0.22% | 0.59% | - |
| HSV(B) | 14.35º | 0.27% | 0.68% | - |
| XYZ | 30.15 | 28.59 | 24.01 | - |
| YUV | 147.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 138 | 127 | 0 | 0.20 | 0.27 | 0.32 | 14.35 | 0.22 | 0.59 |
| Hex | AD | 8A | 7F | 0 | 14 | 1B | 20 | E | 16 | 3B |
| Octal | 255 | 212 | 177 | 0 | 24 | 33 | 40 | 16 | 26 | 73 |
| Binary | 10101101 | 10001010 | 1111111 | 0 | 10100 | 11011 | 100000 | 1110 | 10110 | 111011 |
Color Harmonies of #AD8A7F
Complementary color
Monochromatic Colors of #AD8A7F
Black with #AD8A7F
Text Example
Text Example
White with #AD8A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8A7F; }
p { color: rgb(173,138,127); }
H1.HeaderClassName
{
color: #AD8A7F;
}
.AnyTagClassName
{
color: #AD8A7F;
}
</style>
background-color css
<style>
a { background-color: #AD8A7F; }
a { background-color: rgb(173,138,127); }
div.DivClassName
{
background-color: #AD8A7F;
}
.BgClassName
{
background-color: #AD8A7F;
}
</style>
border-color css
<style>
span { border-color: #AD8A7F; }
span { border-color: rgb(173,138,127); }
td.TdClassName
{
border-color: #AD8A7F;
}
.TagClassName
{
border-color: #AD8A7F;
}
</style>