Shades of Brandy Rose #AC7B74
Tints of Brandy Rose #AC7B74
RGB
CMYK
RGB Variations
Color information
#AC7B74 (or 0xAC7B74) is known color: Brandy Rose. HEX triplet: AC, 7B and 74. RGB value is (172,123,116). Sum of RGB (Red+Green+Blue) = 172+123+116=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7B74 is #53848B. Grayscale: #888888. Windows color (decimal): -5473420 or 7633836. OLE color: 7633836.
HSL color Cylindrical-coordinate representation of color #AC7B74: hue angle of 7.5º 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 #AC7B74 is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 123 | 116 | - |
| CMYK | 0 | 0.28 | 0.33 | 0.33 |
| HSL | 7.5º | 0.25% | 0.56% | - |
| HSV(B) | 7.5º | 0.33% | 0.67% | - |
| XYZ | 27.25 | 24.2 | 19.76 | - |
| YUV | 136.85 | 116.23 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 123 | 116 | 0 | 0.28 | 0.33 | 0.33 | 7.5 | 0.25 | 0.56 |
| Hex | AC | 7B | 74 | 0 | 1C | 21 | 21 | 8 | 19 | 38 |
| Octal | 254 | 173 | 164 | 0 | 34 | 41 | 41 | 10 | 31 | 70 |
| Binary | 10101100 | 1111011 | 1110100 | 0 | 11100 | 100001 | 100001 | 1000 | 11001 | 111000 |
Color Harmonies of #AC7B74
Complementary color
Monochromatic Colors of #AC7B74
Black with #AC7B74
Text Example
Text Example
White with #AC7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7B74; }
p { color: rgb(172,123,116); }
H1.HeaderClassName
{
color: #AC7B74;
}
.AnyTagClassName
{
color: #AC7B74;
}
</style>
background-color css
<style>
a { background-color: #AC7B74; }
a { background-color: rgb(172,123,116); }
div.DivClassName
{
background-color: #AC7B74;
}
.BgClassName
{
background-color: #AC7B74;
}
</style>
border-color css
<style>
span { border-color: #AC7B74; }
span { border-color: rgb(172,123,116); }
td.TdClassName
{
border-color: #AC7B74;
}
.TagClassName
{
border-color: #AC7B74;
}
</style>