Shades of Brandy Rose #AC7E7D
Tints of Brandy Rose #AC7E7D
RGB
CMYK
RGB Variations
Color information
#AC7E7D (or 0xAC7E7D) is known color: Brandy Rose. HEX triplet: AC, 7E and 7D. RGB value is (172,126,125). Sum of RGB (Red+Green+Blue) = 172+126+125=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 126 (49.61% from 255 or 29.79% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E7D is #538182. Grayscale: #8B8B8B. Windows color (decimal): -5472643 or 8224428. OLE color: 8224428.
HSL color Cylindrical-coordinate representation of color #AC7E7D: hue angle of 1.28º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AC7E7D is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 125 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.33 |
| HSL | 1.28º | 0.22% | 0.58% | - |
| HSV(B) | 1.28º | 0.27% | 0.67% | - |
| XYZ | 28.18 | 25.17 | 22.78 | - |
| YUV | 139.64 | 119.74 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 125 | 0 | 0.27 | 0.27 | 0.33 | 1.28 | 0.22 | 0.58 |
| Hex | AC | 7E | 7D | 0 | 1B | 1B | 21 | 1 | 16 | 3A |
| Octal | 254 | 176 | 175 | 0 | 33 | 33 | 41 | 1 | 26 | 72 |
| Binary | 10101100 | 1111110 | 1111101 | 0 | 11011 | 11011 | 100001 | 1 | 10110 | 111010 |
Color Harmonies of #AC7E7D
Complementary color
Monochromatic Colors of #AC7E7D
Black with #AC7E7D
Text Example
Text Example
White with #AC7E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E7D; }
p { color: rgb(172,126,125); }
H1.HeaderClassName
{
color: #AC7E7D;
}
.AnyTagClassName
{
color: #AC7E7D;
}
</style>
background-color css
<style>
a { background-color: #AC7E7D; }
a { background-color: rgb(172,126,125); }
div.DivClassName
{
background-color: #AC7E7D;
}
.BgClassName
{
background-color: #AC7E7D;
}
</style>
border-color css
<style>
span { border-color: #AC7E7D; }
span { border-color: rgb(172,126,125); }
td.TdClassName
{
border-color: #AC7E7D;
}
.TagClassName
{
border-color: #AC7E7D;
}
</style>