Shades of Brandy Rose #AC7C7A
Tints of Brandy Rose #AC7C7A
RGB
CMYK
RGB Variations
Color information
#AC7C7A (or 0xAC7C7A) is known color: Brandy Rose. HEX triplet: AC, 7C and 7A. RGB value is (172,124,122). Sum of RGB (Red+Green+Blue) = 172+124+122=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 124 (48.83% from 255 or 29.67% from 418); Blue value is 122 (48.05% from 255 or 29.19% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7C7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC7C7A is #538385. Grayscale: #8A8A8A. Windows color (decimal): -5473158 or 8027308. OLE color: 8027308.
HSL color Cylindrical-coordinate representation of color #AC7C7A: hue angle of 2.4º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AC7C7A is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 124 | 122 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.33 |
| HSL | 2.4º | 0.23% | 0.58% | - |
| HSV(B) | 2.4º | 0.29% | 0.67% | - |
| XYZ | 27.73 | 24.59 | 21.7 | - |
| YUV | 138.12 | 118.9 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 124 | 122 | 0 | 0.28 | 0.29 | 0.33 | 2.4 | 0.23 | 0.58 |
| Hex | AC | 7C | 7A | 0 | 1C | 1D | 21 | 2 | 17 | 3A |
| Octal | 254 | 174 | 172 | 0 | 34 | 35 | 41 | 2 | 27 | 72 |
| Binary | 10101100 | 1111100 | 1111010 | 0 | 11100 | 11101 | 100001 | 10 | 10111 | 111010 |
Color Harmonies of #AC7C7A
Complementary color
Monochromatic Colors of #AC7C7A
Black with #AC7C7A
Text Example
Text Example
White with #AC7C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC7C7A; }
p { color: rgb(172,124,122); }
H1.HeaderClassName
{
color: #AC7C7A;
}
.AnyTagClassName
{
color: #AC7C7A;
}
</style>
background-color css
<style>
a { background-color: #AC7C7A; }
a { background-color: rgb(172,124,122); }
div.DivClassName
{
background-color: #AC7C7A;
}
.BgClassName
{
background-color: #AC7C7A;
}
</style>
border-color css
<style>
span { border-color: #AC7C7A; }
span { border-color: rgb(172,124,122); }
td.TdClassName
{
border-color: #AC7C7A;
}
.TagClassName
{
border-color: #AC7C7A;
}
</style>