Shades of Conch #A3AFAC
Tints of Conch #A3AFAC
RGB
CMYK
RGB Variations
Color information
#A3AFAC (or 0xA3AFAC) is known color: Conch. HEX triplet: A3, AF and AC. RGB value is (163,175,172). Sum of RGB (Red+Green+Blue) = 163+175+172=510 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.96% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 172 (67.58% from 255 or 33.73% from 510); Max value from RGB is 175 - color contains mainly: green. Hex color #A3AFAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AFAC is #5C5053. Grayscale: #ABABAB. Windows color (decimal): -6049876 or 11317155. OLE color: 11317155.
HSL color Cylindrical-coordinate representation of color #A3AFAC: hue angle of 165º degrees, saturation: 0.07, 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 #A3AFAC is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 163 | 175 | 172 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.31 |
| HSL | 165º | 0.07% | 0.66% | - |
| HSV(B) | 165º | 0.07% | 0.69% | - |
| XYZ | 37.88 | 41.43 | 45.03 | - |
| YUV | 171.07 | 128.52 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 175 | 172 | 0.07 | 0 | 0.02 | 0.31 | 165 | 0.07 | 0.66 |
| Hex | A3 | AF | AC | 7 | 0 | 2 | 1F | A5 | 7 | 42 |
| Octal | 243 | 257 | 254 | 7 | 0 | 2 | 37 | 245 | 7 | 102 |
| Binary | 10100011 | 10101111 | 10101100 | 111 | 0 | 10 | 11111 | 10100101 | 111 | 1000010 |
Color Harmonies of #A3AFAC
Complementary color
Monochromatic Colors of #A3AFAC
Black with #A3AFAC
Text Example
Text Example
White with #A3AFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AFAC; }
p { color: rgb(163,175,172); }
H1.HeaderClassName
{
color: #A3AFAC;
}
.AnyTagClassName
{
color: #A3AFAC;
}
</style>
background-color css
<style>
a { background-color: #A3AFAC; }
a { background-color: rgb(163,175,172); }
div.DivClassName
{
background-color: #A3AFAC;
}
.BgClassName
{
background-color: #A3AFAC;
}
</style>
border-color css
<style>
span { border-color: #A3AFAC; }
span { border-color: rgb(163,175,172); }
td.TdClassName
{
border-color: #A3AFAC;
}
.TagClassName
{
border-color: #A3AFAC;
}
</style>