Shades of Brandy Rose #AC827B
Tints of Brandy Rose #AC827B
RGB
CMYK
RGB Variations
Color information
#AC827B (or 0xAC827B) is known color: Brandy Rose. HEX triplet: AC, 82 and 7B. RGB value is (172,130,123). Sum of RGB (Red+Green+Blue) = 172+130+123=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #AC827B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AC827B is #537D84. Grayscale: #8D8D8D. Windows color (decimal): -5471621 or 8094380. OLE color: 8094380.
HSL color Cylindrical-coordinate representation of color #AC827B: hue angle of 8.57º degrees, saturation: 0.23, 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 #AC827B is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 130 | 123 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.33 |
| HSL | 8.57º | 0.23% | 0.58% | - |
| HSV(B) | 8.57º | 0.28% | 0.67% | - |
| XYZ | 28.57 | 26.17 | 22.28 | - |
| YUV | 141.76 | 117.41 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 130 | 123 | 0 | 0.24 | 0.28 | 0.33 | 8.57 | 0.23 | 0.58 |
| Hex | AC | 82 | 7B | 0 | 18 | 1C | 21 | 9 | 17 | 3A |
| Octal | 254 | 202 | 173 | 0 | 30 | 34 | 41 | 11 | 27 | 72 |
| Binary | 10101100 | 10000010 | 1111011 | 0 | 11000 | 11100 | 100001 | 1001 | 10111 | 111010 |
Color Harmonies of #AC827B
Complementary color
Monochromatic Colors of #AC827B
Black with #AC827B
Text Example
Text Example
White with #AC827B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC827B; }
p { color: rgb(172,130,123); }
H1.HeaderClassName
{
color: #AC827B;
}
.AnyTagClassName
{
color: #AC827B;
}
</style>
background-color css
<style>
a { background-color: #AC827B; }
a { background-color: rgb(172,130,123); }
div.DivClassName
{
background-color: #AC827B;
}
.BgClassName
{
background-color: #AC827B;
}
</style>
border-color css
<style>
span { border-color: #AC827B; }
span { border-color: rgb(172,130,123); }
td.TdClassName
{
border-color: #AC827B;
}
.TagClassName
{
border-color: #AC827B;
}
</style>