Shades of Brandy Rose #AC8982
Tints of Brandy Rose #AC8982
RGB
CMYK
RGB Variations
Color information
#AC8982 (or 0xAC8982) is known color: Brandy Rose. HEX triplet: AC, 89 and 82. RGB value is (172,137,130). Sum of RGB (Red+Green+Blue) = 172+137+130=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 130 (51.17% from 255 or 29.61% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8982 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8982 is #53767D. Grayscale: #929292. Windows color (decimal): -5469822 or 8554924. OLE color: 8554924.
HSL color Cylindrical-coordinate representation of color #AC8982: hue angle of 10º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AC8982 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 137 | 130 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.33 |
| HSL | 10º | 0.2% | 0.59% | - |
| HSV(B) | 10º | 0.24% | 0.67% | - |
| XYZ | 29.99 | 28.27 | 25 | - |
| YUV | 146.67 | 118.6 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 137 | 130 | 0 | 0.20 | 0.24 | 0.33 | 10 | 0.2 | 0.59 |
| Hex | AC | 89 | 82 | 0 | 14 | 18 | 21 | A | 14 | 3B |
| Octal | 254 | 211 | 202 | 0 | 24 | 30 | 41 | 12 | 24 | 73 |
| Binary | 10101100 | 10001001 | 10000010 | 0 | 10100 | 11000 | 100001 | 1010 | 10100 | 111011 |
Color Harmonies of #AC8982
Complementary color
Monochromatic Colors of #AC8982
Black with #AC8982
Text Example
Text Example
White with #AC8982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8982; }
p { color: rgb(172,137,130); }
H1.HeaderClassName
{
color: #AC8982;
}
.AnyTagClassName
{
color: #AC8982;
}
</style>
background-color css
<style>
a { background-color: #AC8982; }
a { background-color: rgb(172,137,130); }
div.DivClassName
{
background-color: #AC8982;
}
.BgClassName
{
background-color: #AC8982;
}
</style>
border-color css
<style>
span { border-color: #AC8982; }
span { border-color: rgb(172,137,130); }
td.TdClassName
{
border-color: #AC8982;
}
.TagClassName
{
border-color: #AC8982;
}
</style>