Shades of Brandy Rose #AC7E74
Tints of Brandy Rose #AC7E74
RGB
CMYK
RGB Variations
Color information
#AC7E74 (or 0xAC7E74) is known color: Brandy Rose. HEX triplet: AC, 7E and 74. RGB value is (172,126,116). Sum of RGB (Red+Green+Blue) = 172+126+116=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 126 (49.61% from 255 or 30.43% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7E74 is #53818B. Grayscale: #8A8A8A. Windows color (decimal): -5472652 or 7634604. OLE color: 7634604.
HSL color Cylindrical-coordinate representation of color #AC7E74: hue angle of 10.71º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AC7E74 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 126 | 116 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.33 |
| HSL | 10.71º | 0.25% | 0.56% | - |
| HSV(B) | 10.71º | 0.33% | 0.67% | - |
| XYZ | 27.63 | 24.95 | 19.88 | - |
| YUV | 138.61 | 115.24 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 126 | 116 | 0 | 0.27 | 0.33 | 0.33 | 10.71 | 0.25 | 0.56 |
| Hex | AC | 7E | 74 | 0 | 1B | 21 | 21 | B | 19 | 38 |
| Octal | 254 | 176 | 164 | 0 | 33 | 41 | 41 | 13 | 31 | 70 |
| Binary | 10101100 | 1111110 | 1110100 | 0 | 11011 | 100001 | 100001 | 1011 | 11001 | 111000 |
Color Harmonies of #AC7E74
Complementary color
Monochromatic Colors of #AC7E74
Black with #AC7E74
Text Example
Text Example
White with #AC7E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7E74; }
p { color: rgb(172,126,116); }
H1.HeaderClassName
{
color: #AC7E74;
}
.AnyTagClassName
{
color: #AC7E74;
}
</style>
background-color css
<style>
a { background-color: #AC7E74; }
a { background-color: rgb(172,126,116); }
div.DivClassName
{
background-color: #AC7E74;
}
.BgClassName
{
background-color: #AC7E74;
}
</style>
border-color css
<style>
span { border-color: #AC7E74; }
span { border-color: rgb(172,126,116); }
td.TdClassName
{
border-color: #AC7E74;
}
.TagClassName
{
border-color: #AC7E74;
}
</style>