Shades of Martini #AFACAB
Tints of Martini #AFACAB
RGB
CMYK
RGB Variations
Color information
#AFACAB (or 0xAFACAB) is known color: Martini. HEX triplet: AF, AC and AB. RGB value is (175,172,171). Sum of RGB (Red+Green+Blue) = 175+172+171=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 175 - color contains mainly: red. Hex color #AFACAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFACAB is #505354. Grayscale: #ACACAC. Windows color (decimal): -5264213 or 11250863. OLE color: 11250863.
HSL color Cylindrical-coordinate representation of color #AFACAB: hue angle of 15º degrees, saturation: 0.02, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #AFACAB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 172 | 171 | - |
CMYK | 0 | 0.02 | 0.02 | 0.31 |
HSL | 15º | 0.02% | 0.68% | - |
HSV(B) | 15º | 0.02% | 0.69% | - |
XYZ | 39.78 | 41.56 | 44.45 | - |
YUV | 172.78 | 126.99 | 129.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 172 | 171 | 0 | 0.02 | 0.02 | 0.31 | 15 | 0.02 | 0.68 |
Hex | AF | AC | AB | 0 | 2 | 2 | 1F | F | 2 | 44 |
Octal | 257 | 254 | 253 | 0 | 2 | 2 | 37 | 17 | 2 | 104 |
Binary | 10101111 | 10101100 | 10101011 | 0 | 10 | 10 | 11111 | 1111 | 10 | 1000100 |
Color Harmonies of #AFACAB
Complementary color
Monochromatic Colors of #AFACAB
Black with #AFACAB
Text Example
Text Example
White with #AFACAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFACAB; }
p { color: rgb(175,172,171); }
H1.HeaderClassName
{
color: #AFACAB;
}
.AnyTagClassName
{
color: #AFACAB;
}
</style>
background-color css
<style>
a { background-color: #AFACAB; }
a { background-color: rgb(175,172,171); }
div.DivClassName
{
background-color: #AFACAB;
}
.BgClassName
{
background-color: #AFACAB;
}
</style>
border-color css
<style>
span { border-color: #AFACAB; }
span { border-color: rgb(175,172,171); }
td.TdClassName
{
border-color: #AFACAB;
}
.TagClassName
{
border-color: #AFACAB;
}
</style>