Shades of Martini #B8ACAA
Tints of Martini #B8ACAA
RGB
CMYK
RGB Variations
Color information
#B8ACAA (or 0xB8ACAA) is known color: Martini. HEX triplet: B8, AC and AA. RGB value is (184,172,170). Sum of RGB (Red+Green+Blue) = 184+172+170=526 (69% of max value = 765). Red value is 184 (72.27% from 255 or 34.98% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 170 (66.80% from 255 or 32.32% from 526); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ACAA is #475355. Grayscale: #AFAFAF. Windows color (decimal): -4674390 or 11185336. OLE color: 11185336.
HSL color Cylindrical-coordinate representation of color #B8ACAA: hue angle of 8.57º degrees, saturation: 0.09, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B8ACAA is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 172 | 170 | - |
| CMYK | 0 | 0.07 | 0.08 | 0.28 |
| HSL | 8.57º | 0.09% | 0.69% | - |
| HSV(B) | 8.57º | 0.08% | 0.72% | - |
| XYZ | 41.78 | 42.6 | 44.05 | - |
| YUV | 175.36 | 124.98 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 172 | 170 | 0 | 0.07 | 0.08 | 0.28 | 8.57 | 0.09 | 0.69 |
| Hex | B8 | AC | AA | 0 | 7 | 8 | 1C | 9 | 9 | 45 |
| Octal | 270 | 254 | 252 | 0 | 7 | 10 | 34 | 11 | 11 | 105 |
| Binary | 10111000 | 10101100 | 10101010 | 0 | 111 | 1000 | 11100 | 1001 | 1001 | 1000101 |
Color Harmonies of #B8ACAA
Complementary color
Monochromatic Colors of #B8ACAA
Black with #B8ACAA
Text Example
Text Example
White with #B8ACAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ACAA; }
p { color: rgb(184,172,170); }
H1.HeaderClassName
{
color: #B8ACAA;
}
.AnyTagClassName
{
color: #B8ACAA;
}
</style>
background-color css
<style>
a { background-color: #B8ACAA; }
a { background-color: rgb(184,172,170); }
div.DivClassName
{
background-color: #B8ACAA;
}
.BgClassName
{
background-color: #B8ACAA;
}
</style>
border-color css
<style>
span { border-color: #B8ACAA; }
span { border-color: rgb(184,172,170); }
td.TdClassName
{
border-color: #B8ACAA;
}
.TagClassName
{
border-color: #B8ACAA;
}
</style>