Shades of Brandy Rose #AC8484
Tints of Brandy Rose #AC8484
RGB
CMYK
RGB Variations
Color information
#AC8484 (or 0xAC8484) is known color: Brandy Rose. HEX triplet: AC, 84 and 84. RGB value is (172,132,132). Sum of RGB (Red+Green+Blue) = 172+132+132=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 132 (51.95% from 255 or 30.28% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8484 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8484 is #537B7B. Grayscale: #909090. Windows color (decimal): -5471100 or 8684716. OLE color: 8684716.
HSL color Cylindrical-coordinate representation of color #AC8484: hue angle of 0º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AC8484 is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 132 | - |
| CMYK | 0 | 0.23 | 0.23 | 0.33 |
| HSL | 0º | 0.19% | 0.6% | - |
| HSV(B) | 0º | 0.23% | 0.67% | - |
| XYZ | 29.43 | 26.94 | 25.48 | - |
| YUV | 143.96 | 121.25 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 132 | 0 | 0.23 | 0.23 | 0.33 | 0 | 0.19 | 0.6 |
| Hex | AC | 84 | 84 | 0 | 17 | 17 | 21 | 0 | 13 | 3C |
| Octal | 254 | 204 | 204 | 0 | 27 | 27 | 41 | 0 | 23 | 74 |
| Binary | 10101100 | 10000100 | 10000100 | 0 | 10111 | 10111 | 100001 | 0 | 10011 | 111100 |
Color Harmonies of #AC8484
Complementary color
Monochromatic Colors of #AC8484
Black with #AC8484
Text Example
Text Example
White with #AC8484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8484; }
p { color: rgb(172,132,132); }
H1.HeaderClassName
{
color: #AC8484;
}
.AnyTagClassName
{
color: #AC8484;
}
</style>
background-color css
<style>
a { background-color: #AC8484; }
a { background-color: rgb(172,132,132); }
div.DivClassName
{
background-color: #AC8484;
}
.BgClassName
{
background-color: #AC8484;
}
</style>
border-color css
<style>
span { border-color: #AC8484; }
span { border-color: rgb(172,132,132); }
td.TdClassName
{
border-color: #AC8484;
}
.TagClassName
{
border-color: #AC8484;
}
</style>