Shades of Brandy Rose #AC8180
Tints of Brandy Rose #AC8180
RGB
CMYK
RGB Variations
Color information
#AC8180 (or 0xAC8180) is known color: Brandy Rose. HEX triplet: AC, 81 and 80. RGB value is (172,129,128). Sum of RGB (Red+Green+Blue) = 172+129+128=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #AC8180 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AC8180 is #537E7F. Grayscale: #8D8D8D. Windows color (decimal): -5471872 or 8421804. OLE color: 8421804.
HSL color Cylindrical-coordinate representation of color #AC8180: hue angle of 1.36º degrees, saturation: 0.21, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AC8180 is Cyan = 0, Magento = 0.25, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 129 | 128 | - |
| CMYK | 0 | 0.25 | 0.26 | 0.33 |
| HSL | 1.36º | 0.21% | 0.59% | - |
| HSV(B) | 1.36º | 0.26% | 0.67% | - |
| XYZ | 28.76 | 26.03 | 23.93 | - |
| YUV | 141.74 | 120.25 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 129 | 128 | 0 | 0.25 | 0.26 | 0.33 | 1.36 | 0.21 | 0.59 |
| Hex | AC | 81 | 80 | 0 | 19 | 1A | 21 | 1 | 15 | 3B |
| Octal | 254 | 201 | 200 | 0 | 31 | 32 | 41 | 1 | 25 | 73 |
| Binary | 10101100 | 10000001 | 10000000 | 0 | 11001 | 11010 | 100001 | 1 | 10101 | 111011 |
Color Harmonies of #AC8180
Complementary color
Monochromatic Colors of #AC8180
Black with #AC8180
Text Example
Text Example
White with #AC8180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC8180; }
p { color: rgb(172,129,128); }
H1.HeaderClassName
{
color: #AC8180;
}
.AnyTagClassName
{
color: #AC8180;
}
</style>
background-color css
<style>
a { background-color: #AC8180; }
a { background-color: rgb(172,129,128); }
div.DivClassName
{
background-color: #AC8180;
}
.BgClassName
{
background-color: #AC8180;
}
</style>
border-color css
<style>
span { border-color: #AC8180; }
span { border-color: rgb(172,129,128); }
td.TdClassName
{
border-color: #AC8180;
}
.TagClassName
{
border-color: #AC8180;
}
</style>