Shades of Brandy Rose #AD8C83
Tints of Brandy Rose #AD8C83
RGB
CMYK
RGB Variations
Color information
#AD8C83 (or 0xAD8C83) is known color: Brandy Rose. HEX triplet: AD, 8C and 83. RGB value is (173,140,131). Sum of RGB (Red+Green+Blue) = 173+140+131=444 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.96% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 131 (51.56% from 255 or 29.50% from 444); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8C83 is #52737C. Grayscale: #949494. Windows color (decimal): -5403517 or 8621229. OLE color: 8621229.
HSL color Cylindrical-coordinate representation of color #AD8C83: hue angle of 12.86º 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 #AD8C83 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 140 | 131 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.32 |
| HSL | 12.86º | 0.2% | 0.6% | - |
| HSV(B) | 12.86º | 0.24% | 0.68% | - |
| XYZ | 30.71 | 29.28 | 25.51 | - |
| YUV | 148.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 140 | 131 | 0 | 0.19 | 0.24 | 0.32 | 12.86 | 0.2 | 0.6 |
| Hex | AD | 8C | 83 | 0 | 13 | 18 | 20 | D | 14 | 3C |
| Octal | 255 | 214 | 203 | 0 | 23 | 30 | 40 | 15 | 24 | 74 |
| Binary | 10101101 | 10001100 | 10000011 | 0 | 10011 | 11000 | 100000 | 1101 | 10100 | 111100 |
Color Harmonies of #AD8C83
Complementary color
Monochromatic Colors of #AD8C83
Black with #AD8C83
Text Example
Text Example
White with #AD8C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD8C83; }
p { color: rgb(173,140,131); }
H1.HeaderClassName
{
color: #AD8C83;
}
.AnyTagClassName
{
color: #AD8C83;
}
</style>
background-color css
<style>
a { background-color: #AD8C83; }
a { background-color: rgb(173,140,131); }
div.DivClassName
{
background-color: #AD8C83;
}
.BgClassName
{
background-color: #AD8C83;
}
</style>
border-color css
<style>
span { border-color: #AD8C83; }
span { border-color: rgb(173,140,131); }
td.TdClassName
{
border-color: #AD8C83;
}
.TagClassName
{
border-color: #AD8C83;
}
</style>