Shades of Conch #A9B1AF
Tints of Conch #A9B1AF
RGB
CMYK
RGB Variations
Color information
#A9B1AF (or 0xA9B1AF) is known color: Conch. HEX triplet: A9, B1 and AF. RGB value is (169,177,175). Sum of RGB (Red+Green+Blue) = 169+177+175=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 177 - color contains mainly: green. Hex color #A9B1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A9B1AF is #564E50. Grayscale: #AEAEAE. Windows color (decimal): -5656145 or 11514281. OLE color: 11514281.
HSL color Cylindrical-coordinate representation of color #A9B1AF: hue angle of 165º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #A9B1AF is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 169 | 177 | 175 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.31 |
| HSL | 165º | 0.05% | 0.68% | - |
| HSV(B) | 165º | 0.05% | 0.69% | - |
| XYZ | 39.82 | 42.97 | 46.75 | - |
| YUV | 174.38 | 128.35 | 124.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 177 | 175 | 0.05 | 0 | 0.01 | 0.31 | 165 | 0.05 | 0.68 |
| Hex | A9 | B1 | AF | 5 | 0 | 1 | 1F | A5 | 5 | 44 |
| Octal | 251 | 261 | 257 | 5 | 0 | 1 | 37 | 245 | 5 | 104 |
| Binary | 10101001 | 10110001 | 10101111 | 101 | 0 | 1 | 11111 | 10100101 | 101 | 1000100 |
Color Harmonies of #A9B1AF
Complementary color
Monochromatic Colors of #A9B1AF
Black with #A9B1AF
Text Example
Text Example
White with #A9B1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9B1AF; }
p { color: rgb(169,177,175); }
H1.HeaderClassName
{
color: #A9B1AF;
}
.AnyTagClassName
{
color: #A9B1AF;
}
</style>
background-color css
<style>
a { background-color: #A9B1AF; }
a { background-color: rgb(169,177,175); }
div.DivClassName
{
background-color: #A9B1AF;
}
.BgClassName
{
background-color: #A9B1AF;
}
</style>
border-color css
<style>
span { border-color: #A9B1AF; }
span { border-color: rgb(169,177,175); }
td.TdClassName
{
border-color: #A9B1AF;
}
.TagClassName
{
border-color: #A9B1AF;
}
</style>