Shades of Conch #A1AFAB
Tints of Conch #A1AFAB
RGB
CMYK
RGB Variations
Color information
#A1AFAB (or 0xA1AFAB) is known color: Conch. HEX triplet: A1, AF and AB. RGB value is (161,175,171). Sum of RGB (Red+Green+Blue) = 161+175+171=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 175 (68.75% from 255 or 34.52% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AFAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFAB is #5E5054. Grayscale: #AAAAAA. Windows color (decimal): -6180949 or 11251617. OLE color: 11251617.
HSL color Cylindrical-coordinate representation of color #A1AFAB: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A1AFAB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 161 | 175 | 171 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.31 |
| HSL | 162.86º | 0.08% | 0.66% | - |
| HSV(B) | 162.86º | 0.08% | 0.69% | - |
| XYZ | 37.38 | 41.18 | 44.51 | - |
| YUV | 170.36 | 128.36 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 175 | 171 | 0.08 | 0 | 0.02 | 0.31 | 162.86 | 0.08 | 0.66 |
| Hex | A1 | AF | AB | 8 | 0 | 2 | 1F | A3 | 8 | 42 |
| Octal | 241 | 257 | 253 | 10 | 0 | 2 | 37 | 243 | 10 | 102 |
| Binary | 10100001 | 10101111 | 10101011 | 1000 | 0 | 10 | 11111 | 10100011 | 1000 | 1000010 |
Color Harmonies of #A1AFAB
Complementary color
Monochromatic Colors of #A1AFAB
Black with #A1AFAB
Text Example
Text Example
White with #A1AFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AFAB; }
p { color: rgb(161,175,171); }
H1.HeaderClassName
{
color: #A1AFAB;
}
.AnyTagClassName
{
color: #A1AFAB;
}
</style>
background-color css
<style>
a { background-color: #A1AFAB; }
a { background-color: rgb(161,175,171); }
div.DivClassName
{
background-color: #A1AFAB;
}
.BgClassName
{
background-color: #A1AFAB;
}
</style>
border-color css
<style>
span { border-color: #A1AFAB; }
span { border-color: rgb(161,175,171); }
td.TdClassName
{
border-color: #A1AFAB;
}
.TagClassName
{
border-color: #A1AFAB;
}
</style>