Shades of Conch #A2AFAB
Tints of Conch #A2AFAB
RGB
CMYK
RGB Variations
Color information
#A2AFAB (or 0xA2AFAB) is known color: Conch. HEX triplet: A2, AF and AB. RGB value is (162,175,171). Sum of RGB (Red+Green+Blue) = 162+175+171=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 171 (67.19% from 255 or 33.66% from 508); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2AFAB is #5D5054. Grayscale: #AAAAAA. Windows color (decimal): -6115413 or 11251618. OLE color: 11251618.
HSL color Cylindrical-coordinate representation of color #A2AFAB: hue angle of 161.54º 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 #A2AFAB is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
RGB | 162 | 175 | 171 | - |
CMYK | 0.07 | 0 | 0.02 | 0.31 |
HSL | 161.54º | 0.08% | 0.66% | - |
HSV(B) | 161.54º | 0.07% | 0.69% | - |
XYZ | 37.58 | 41.28 | 44.52 | - |
YUV | 170.66 | 128.19 | 121.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 175 | 171 | 0.07 | 0 | 0.02 | 0.31 | 161.54 | 0.08 | 0.66 |
Hex | A2 | AF | AB | 7 | 0 | 2 | 1F | A2 | 8 | 42 |
Octal | 242 | 257 | 253 | 7 | 0 | 2 | 37 | 242 | 10 | 102 |
Binary | 10100010 | 10101111 | 10101011 | 111 | 0 | 10 | 11111 | 10100010 | 1000 | 1000010 |
Color Harmonies of #A2AFAB
Complementary color
Monochromatic Colors of #A2AFAB
Black with #A2AFAB
Text Example
Text Example
White with #A2AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AFAB; }
p { color: rgb(162,175,171); }
H1.HeaderClassName
{
color: #A2AFAB;
}
.AnyTagClassName
{
color: #A2AFAB;
}
</style>
background-color css
<style>
a { background-color: #A2AFAB; }
a { background-color: rgb(162,175,171); }
div.DivClassName
{
background-color: #A2AFAB;
}
.BgClassName
{
background-color: #A2AFAB;
}
</style>
border-color css
<style>
span { border-color: #A2AFAB; }
span { border-color: rgb(162,175,171); }
td.TdClassName
{
border-color: #A2AFAB;
}
.TagClassName
{
border-color: #A2AFAB;
}
</style>