Shades of Conch #A1B2AF
Tints of Conch #A1B2AF
RGB
CMYK
RGB Variations
Color information
#A1B2AF (or 0xA1B2AF) is known color: Conch. HEX triplet: A1, B2 and AF. RGB value is (161,178,175). Sum of RGB (Red+Green+Blue) = 161+178+175=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B2AF is #5E4D50. Grayscale: #ACACAC. Windows color (decimal): -6180177 or 11514529. OLE color: 11514529.
HSL color Cylindrical-coordinate representation of color #A1B2AF: hue angle of 169.41º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1B2AF is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
RGB | 161 | 178 | 175 | - |
CMYK | 0.10 | 0 | 0.02 | 0.30 |
HSL | 169.41º | 0.1% | 0.66% | - |
HSV(B) | 169.41º | 0.1% | 0.7% | - |
XYZ | 38.36 | 42.51 | 46.74 | - |
YUV | 172.58 | 129.37 | 119.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 178 | 175 | 0.10 | 0 | 0.02 | 0.30 | 169.41 | 0.1 | 0.66 |
Hex | A1 | B2 | AF | A | 0 | 2 | 1E | A9 | A | 42 |
Octal | 241 | 262 | 257 | 12 | 0 | 2 | 36 | 251 | 12 | 102 |
Binary | 10100001 | 10110010 | 10101111 | 1010 | 0 | 10 | 11110 | 10101001 | 1010 | 1000010 |
Color Harmonies of #A1B2AF
Complementary color
Monochromatic Colors of #A1B2AF
Black with #A1B2AF
Text Example
Text Example
White with #A1B2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1B2AF; }
p { color: rgb(161,178,175); }
H1.HeaderClassName
{
color: #A1B2AF;
}
.AnyTagClassName
{
color: #A1B2AF;
}
</style>
background-color css
<style>
a { background-color: #A1B2AF; }
a { background-color: rgb(161,178,175); }
div.DivClassName
{
background-color: #A1B2AF;
}
.BgClassName
{
background-color: #A1B2AF;
}
</style>
border-color css
<style>
span { border-color: #A1B2AF; }
span { border-color: rgb(161,178,175); }
td.TdClassName
{
border-color: #A1B2AF;
}
.TagClassName
{
border-color: #A1B2AF;
}
</style>