Shades of Brandy Rose #AC827C
Tints of Brandy Rose #AC827C
RGB
CMYK
RGB Variations
Color information
#AC827C (or 0xAC827C) is known color: Brandy Rose. HEX triplet: AC, 82 and 7C. RGB value is (172,130,124). Sum of RGB (Red+Green+Blue) = 172+130+124=426 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.38% from 426); Green value is 130 (51.17% from 255 or 30.52% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 172 - color contains mainly: red. Hex color #AC827C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC827C is #537D83. Grayscale: #8D8D8D. Windows color (decimal): -5471620 or 8159916. OLE color: 8159916.
HSL color Cylindrical-coordinate representation of color #AC827C: hue angle of 7.5º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AC827C is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 124 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.33 |
| HSL | 7.5º | 0.22% | 0.58% | - |
| HSV(B) | 7.5º | 0.28% | 0.67% | - |
| XYZ | 28.63 | 26.19 | 22.62 | - |
| YUV | 141.87 | 117.91 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 124 | 0 | 0.24 | 0.28 | 0.33 | 7.5 | 0.22 | 0.58 |
| Hex | AC | 82 | 7C | 0 | 18 | 1C | 21 | 8 | 16 | 3A |
| Octal | 254 | 202 | 174 | 0 | 30 | 34 | 41 | 10 | 26 | 72 |
| Binary | 10101100 | 10000010 | 1111100 | 0 | 11000 | 11100 | 100001 | 1000 | 10110 | 111010 |
Color Harmonies of #AC827C
Complementary color
Monochromatic Colors of #AC827C
Black with #AC827C
Text Example
Text Example
White with #AC827C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC827C; }
p { color: rgb(172,130,124); }
H1.HeaderClassName
{
color: #AC827C;
}
.AnyTagClassName
{
color: #AC827C;
}
</style>
background-color css
<style>
a { background-color: #AC827C; }
a { background-color: rgb(172,130,124); }
div.DivClassName
{
background-color: #AC827C;
}
.BgClassName
{
background-color: #AC827C;
}
</style>
border-color css
<style>
span { border-color: #AC827C; }
span { border-color: rgb(172,130,124); }
td.TdClassName
{
border-color: #AC827C;
}
.TagClassName
{
border-color: #AC827C;
}
</style>