Shades of Brandy Rose #AC8478
Tints of Brandy Rose #AC8478
RGB
CMYK
RGB Variations
Color information
#AC8478 (or 0xAC8478) is known color: Brandy Rose. HEX triplet: AC, 84 and 78. RGB value is (172,132,120). Sum of RGB (Red+Green+Blue) = 172+132+120=424 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.57% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 120 (47.27% from 255 or 28.30% from 424); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8478 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8478 is #537B87. Grayscale: #8E8E8E. Windows color (decimal): -5471112 or 7898284. OLE color: 7898284.
HSL color Cylindrical-coordinate representation of color #AC8478: hue angle of 13.85º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AC8478 is Cyan = 0, Magento = 0.23, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 132 | 120 | - |
| CMYK | 0 | 0.23 | 0.30 | 0.33 |
| HSL | 13.85º | 0.24% | 0.57% | - |
| HSV(B) | 13.85º | 0.3% | 0.67% | - |
| XYZ | 28.65 | 26.63 | 21.4 | - |
| YUV | 142.59 | 115.25 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 132 | 120 | 0 | 0.23 | 0.30 | 0.33 | 13.85 | 0.24 | 0.57 |
| Hex | AC | 84 | 78 | 0 | 17 | 1E | 21 | E | 18 | 39 |
| Octal | 254 | 204 | 170 | 0 | 27 | 36 | 41 | 16 | 30 | 71 |
| Binary | 10101100 | 10000100 | 1111000 | 0 | 10111 | 11110 | 100001 | 1110 | 11000 | 111001 |
Color Harmonies of #AC8478
Complementary color
Monochromatic Colors of #AC8478
Black with #AC8478
Text Example
Text Example
White with #AC8478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8478; }
p { color: rgb(172,132,120); }
H1.HeaderClassName
{
color: #AC8478;
}
.AnyTagClassName
{
color: #AC8478;
}
</style>
background-color css
<style>
a { background-color: #AC8478; }
a { background-color: rgb(172,132,120); }
div.DivClassName
{
background-color: #AC8478;
}
.BgClassName
{
background-color: #AC8478;
}
</style>
border-color css
<style>
span { border-color: #AC8478; }
span { border-color: rgb(172,132,120); }
td.TdClassName
{
border-color: #AC8478;
}
.TagClassName
{
border-color: #AC8478;
}
</style>