Shades of Brandy Rose #AC7E7C
Tints of Brandy Rose #AC7E7C
RGB
CMYK
RGB Variations
Color information
#AC7E7C (or 0xAC7E7C) is known color: Brandy Rose. HEX triplet: AC, 7E and 7C. RGB value is (172,126,124). Sum of RGB (Red+Green+Blue) = 172+126+124=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 126 (49.61% from 255 or 29.86% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E7C is #538183. Grayscale: #8B8B8B. Windows color (decimal): -5472644 or 8158892. OLE color: 8158892.
HSL color Cylindrical-coordinate representation of color #AC7E7C: hue angle of 2.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 #AC7E7C is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 124 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.33 |
| HSL | 2.5º | 0.22% | 0.58% | - |
| HSV(B) | 2.5º | 0.28% | 0.67% | - |
| XYZ | 28.11 | 25.15 | 22.44 | - |
| YUV | 139.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 124 | 0 | 0.27 | 0.28 | 0.33 | 2.5 | 0.22 | 0.58 |
| Hex | AC | 7E | 7C | 0 | 1B | 1C | 21 | 2 | 16 | 3A |
| Octal | 254 | 176 | 174 | 0 | 33 | 34 | 41 | 2 | 26 | 72 |
| Binary | 10101100 | 1111110 | 1111100 | 0 | 11011 | 11100 | 100001 | 10 | 10110 | 111010 |
Color Harmonies of #AC7E7C
Complementary color
Monochromatic Colors of #AC7E7C
Black with #AC7E7C
Text Example
Text Example
White with #AC7E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E7C; }
p { color: rgb(172,126,124); }
H1.HeaderClassName
{
color: #AC7E7C;
}
.AnyTagClassName
{
color: #AC7E7C;
}
</style>
background-color css
<style>
a { background-color: #AC7E7C; }
a { background-color: rgb(172,126,124); }
div.DivClassName
{
background-color: #AC7E7C;
}
.BgClassName
{
background-color: #AC7E7C;
}
</style>
border-color css
<style>
span { border-color: #AC7E7C; }
span { border-color: rgb(172,126,124); }
td.TdClassName
{
border-color: #AC7E7C;
}
.TagClassName
{
border-color: #AC7E7C;
}
</style>