#A2ADAA

Color #A2ADAA Conch (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conch #A2ADAA

Tints of Conch #A2ADAA

Color information

#A2ADAA (or 0xA2ADAA) is unknown color: approx 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

RGB162173170-
CMYK0.0600.020.32
HSL163.64º6.29%65.69%-
HSV(B)163.64º6.36%67.84%-
XYZ37.140.4743.89-
YUV169.37128.36122.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 32.08%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 170 (66.80% from 255) = 33.66%
R=32.08%
G=34.26%
B=33.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1621731700.0600.020.32163.646.2965.69
HexA2ADAA60220a4642
Octal242255252602402446102
Binary101000101010110110101010110010100000101001001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>