Shades of Brandy Rose #AC8779
Tints of Brandy Rose #AC8779
RGB
CMYK
RGB Variations
Color information
#AC8779 (or 0xAC8779) is known color: Brandy Rose. HEX triplet: AC, 87 and 79. RGB value is (172,135,121). Sum of RGB (Red+Green+Blue) = 172+135+121=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC8779 is #537886. Grayscale: #909090. Windows color (decimal): -5470343 or 7964588. OLE color: 7964588.
HSL color Cylindrical-coordinate representation of color #AC8779: hue angle of 16.47º 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 #AC8779 is Cyan = 0, Magento = 0.22, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 135 | 121 | - |
| CMYK | 0 | 0.22 | 0.30 | 0.33 |
| HSL | 16.47º | 0.24% | 0.57% | - |
| HSV(B) | 16.47º | 0.3% | 0.67% | - |
| XYZ | 29.13 | 27.48 | 21.86 | - |
| YUV | 144.47 | 114.76 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 135 | 121 | 0 | 0.22 | 0.30 | 0.33 | 16.47 | 0.24 | 0.57 |
| Hex | AC | 87 | 79 | 0 | 16 | 1E | 21 | 10 | 18 | 39 |
| Octal | 254 | 207 | 171 | 0 | 26 | 36 | 41 | 20 | 30 | 71 |
| Binary | 10101100 | 10000111 | 1111001 | 0 | 10110 | 11110 | 100001 | 10000 | 11000 | 111001 |
Color Harmonies of #AC8779
Complementary color
Monochromatic Colors of #AC8779
Black with #AC8779
Text Example
Text Example
White with #AC8779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8779; }
p { color: rgb(172,135,121); }
H1.HeaderClassName
{
color: #AC8779;
}
.AnyTagClassName
{
color: #AC8779;
}
</style>
background-color css
<style>
a { background-color: #AC8779; }
a { background-color: rgb(172,135,121); }
div.DivClassName
{
background-color: #AC8779;
}
.BgClassName
{
background-color: #AC8779;
}
</style>
border-color css
<style>
span { border-color: #AC8779; }
span { border-color: rgb(172,135,121); }
td.TdClassName
{
border-color: #AC8779;
}
.TagClassName
{
border-color: #AC8779;
}
</style>