Shades of Martini #AFADAC
Tints of Martini #AFADAC
RGB
CMYK
RGB Variations
Color information
#AFADAC (or 0xAFADAC) is known color: Martini. HEX triplet: AF, AD and AC. RGB value is (175,173,172). Sum of RGB (Red+Green+Blue) = 175+173+172=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 173 (67.97% from 255 or 33.27% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 175 - color contains mainly: red. Hex color #AFADAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFADAC is #505253. Grayscale: #ADADAD. Windows color (decimal): -5263956 or 11316655. OLE color: 11316655.
HSL color Cylindrical-coordinate representation of color #AFADAC: hue angle of 20º 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 #AFADAC is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 175 | 173 | 172 | - |
CMYK | 0 | 0.01 | 0.02 | 0.31 |
HSL | 20º | 0.02% | 0.68% | - |
HSV(B) | 20º | 0.02% | 0.69% | - |
XYZ | 40.07 | 41.98 | 45.02 | - |
YUV | 173.48 | 127.16 | 129.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 175 | 173 | 172 | 0 | 0.01 | 0.02 | 0.31 | 20 | 0.02 | 0.68 |
Hex | AF | AD | AC | 0 | 1 | 2 | 1F | 14 | 2 | 44 |
Octal | 257 | 255 | 254 | 0 | 1 | 2 | 37 | 24 | 2 | 104 |
Binary | 10101111 | 10101101 | 10101100 | 0 | 1 | 10 | 11111 | 10100 | 10 | 1000100 |
Color Harmonies of #AFADAC
Complementary color
Monochromatic Colors of #AFADAC
Black with #AFADAC
Text Example
Text Example
White with #AFADAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFADAC; }
p { color: rgb(175,173,172); }
H1.HeaderClassName
{
color: #AFADAC;
}
.AnyTagClassName
{
color: #AFADAC;
}
</style>
background-color css
<style>
a { background-color: #AFADAC; }
a { background-color: rgb(175,173,172); }
div.DivClassName
{
background-color: #AFADAC;
}
.BgClassName
{
background-color: #AFADAC;
}
</style>
border-color css
<style>
span { border-color: #AFADAC; }
span { border-color: rgb(175,173,172); }
td.TdClassName
{
border-color: #AFADAC;
}
.TagClassName
{
border-color: #AFADAC;
}
</style>