Shades of Brandy Rose #AC867A
Tints of Brandy Rose #AC867A
RGB
CMYK
RGB Variations
Color information
#AC867A (or 0xAC867A) is known color: Brandy Rose. HEX triplet: AC, 86 and 7A. RGB value is (172,134,122). Sum of RGB (Red+Green+Blue) = 172+134+122=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC867A is #537985. Grayscale: #909090. Windows color (decimal): -5470598 or 8029868. OLE color: 8029868.
HSL color Cylindrical-coordinate representation of color #AC867A: hue angle of 14.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC867A is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 134 | 122 | - |
| CMYK | 0 | 0.22 | 0.29 | 0.33 |
| HSL | 14.4º | 0.23% | 0.58% | - |
| HSV(B) | 14.4º | 0.29% | 0.67% | - |
| XYZ | 29.05 | 27.23 | 22.14 | - |
| YUV | 143.99 | 115.59 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 134 | 122 | 0 | 0.22 | 0.29 | 0.33 | 14.4 | 0.23 | 0.58 |
| Hex | AC | 86 | 7A | 0 | 16 | 1D | 21 | E | 17 | 3A |
| Octal | 254 | 206 | 172 | 0 | 26 | 35 | 41 | 16 | 27 | 72 |
| Binary | 10101100 | 10000110 | 1111010 | 0 | 10110 | 11101 | 100001 | 1110 | 10111 | 111010 |
Color Harmonies of #AC867A
Complementary color
Monochromatic Colors of #AC867A
Black with #AC867A
Text Example
Text Example
White with #AC867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC867A; }
p { color: rgb(172,134,122); }
H1.HeaderClassName
{
color: #AC867A;
}
.AnyTagClassName
{
color: #AC867A;
}
</style>
background-color css
<style>
a { background-color: #AC867A; }
a { background-color: rgb(172,134,122); }
div.DivClassName
{
background-color: #AC867A;
}
.BgClassName
{
background-color: #AC867A;
}
</style>
border-color css
<style>
span { border-color: #AC867A; }
span { border-color: rgb(172,134,122); }
td.TdClassName
{
border-color: #AC867A;
}
.TagClassName
{
border-color: #AC867A;
}
</style>