Shades of Conch #A2ADAA
Tints of Conch #A2ADAA
RGB
CMYK
RGB Variations
Color information
#A2ADAA (or 0xA2ADAA) is known color: Conch. HEX triplet: A2, AD and AA. RGB value is (162,173,170). Sum of RGB (Red+Green+Blue) = 162+173+170=505 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.08% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 170 (66.80% from 255 or 33.66% from 505); Max value from RGB is 173 - color contains mainly: green. Hex color #A2ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2ADAA is #5D5255. Grayscale: #A9A9A9. Windows color (decimal): -6115926 or 11185570. OLE color: 11185570.
HSL color Cylindrical-coordinate representation of color #A2ADAA: hue angle of 163.64º degrees, saturation: 0.06, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #A2ADAA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 162 | 173 | 170 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.32 |
| HSL | 163.64º | 0.06% | 0.66% | - |
| HSV(B) | 163.64º | 0.06% | 0.68% | - |
| XYZ | 37.1 | 40.47 | 43.89 | - |
| YUV | 169.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 173 | 170 | 0.06 | 0 | 0.02 | 0.32 | 163.64 | 0.06 | 0.66 |
| Hex | A2 | AD | AA | 6 | 0 | 2 | 20 | A4 | 6 | 42 |
| Octal | 242 | 255 | 252 | 6 | 0 | 2 | 40 | 244 | 6 | 102 |
| Binary | 10100010 | 10101101 | 10101010 | 110 | 0 | 10 | 100000 | 10100100 | 110 | 1000010 |
Color Harmonies of #A2ADAA
Complementary color
Monochromatic Colors of #A2ADAA
Black with #A2ADAA
Text Example
Text Example
White with #A2ADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2ADAA; }
p { color: rgb(162,173,170); }
H1.HeaderClassName
{
color: #A2ADAA;
}
.AnyTagClassName
{
color: #A2ADAA;
}
</style>
background-color css
<style>
a { background-color: #A2ADAA; }
a { background-color: rgb(162,173,170); }
div.DivClassName
{
background-color: #A2ADAA;
}
.BgClassName
{
background-color: #A2ADAA;
}
</style>
border-color css
<style>
span { border-color: #A2ADAA; }
span { border-color: rgb(162,173,170); }
td.TdClassName
{
border-color: #A2ADAA;
}
.TagClassName
{
border-color: #A2ADAA;
}
</style>