Shades of Conch #A2AFAC
Tints of Conch #A2AFAC
RGB
CMYK
RGB Variations
Color information
#A2AFAC (or 0xA2AFAC) is known color: Conch. HEX triplet: A2, AF and AC. RGB value is (162,175,172). Sum of RGB (Red+Green+Blue) = 162+175+172=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AFAC is #5D5053. Grayscale: #AAAAAA. Windows color (decimal): -6115412 or 11317154. OLE color: 11317154.
HSL color Cylindrical-coordinate representation of color #A2AFAC: hue angle of 166.15º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #A2AFAC is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 162 | 175 | 172 | - |
CMYK | 0.07 | 0 | 0.02 | 0.31 |
HSL | 166.15º | 0.08% | 0.66% | - |
HSV(B) | 166.15º | 0.07% | 0.69% | - |
XYZ | 37.68 | 41.32 | 45.02 | - |
YUV | 170.77 | 128.69 | 121.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 175 | 172 | 0.07 | 0 | 0.02 | 0.31 | 166.15 | 0.08 | 0.66 |
Hex | A2 | AF | AC | 7 | 0 | 2 | 1F | A6 | 8 | 42 |
Octal | 242 | 257 | 254 | 7 | 0 | 2 | 37 | 246 | 10 | 102 |
Binary | 10100010 | 10101111 | 10101100 | 111 | 0 | 10 | 11111 | 10100110 | 1000 | 1000010 |
Color Harmonies of #A2AFAC
Complementary color
Monochromatic Colors of #A2AFAC
Black with #A2AFAC
Text Example
Text Example
White with #A2AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AFAC; }
p { color: rgb(162,175,172); }
H1.HeaderClassName
{
color: #A2AFAC;
}
.AnyTagClassName
{
color: #A2AFAC;
}
</style>
background-color css
<style>
a { background-color: #A2AFAC; }
a { background-color: rgb(162,175,172); }
div.DivClassName
{
background-color: #A2AFAC;
}
.BgClassName
{
background-color: #A2AFAC;
}
</style>
border-color css
<style>
span { border-color: #A2AFAC; }
span { border-color: rgb(162,175,172); }
td.TdClassName
{
border-color: #A2AFAC;
}
.TagClassName
{
border-color: #A2AFAC;
}
</style>