#A0ADAA

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

Shades of Conch #A0ADAA

Tints of Conch #A0ADAA

Color information

#A0ADAA (or 0xA0ADAA) is unknown color: approx Conch. HEX triplet: A0, AD and AA. RGB value is (160,173,170). Sum of RGB (Red+Green+Blue) = 160+173+170=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 173 (67.97% from 255 or 34.39% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 173 - color contains mainly: green. Hex color #A0ADAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADAA is #5F5255. Grayscale: #A8A8A8. Windows color (decimal): -6246998 or 11185568. OLE color: 11185568.

HSL color Cylindrical-coordinate representation of color #A0ADAA: hue angle of 166.15º degrees, saturation: 0.07, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A0ADAA is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB160173170-
CMYK0.0800.020.32
HSL166.15º7.34%65.29%-
HSV(B)166.15º7.51%67.84%-
XYZ36.740.2643.87-
YUV168.77128.69121.74-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 173 (67.97% from 255) = 34.39%
BLUE value IS 170 (66.80% from 255) = 33.80%
R=31.81%
G=34.39%
B=33.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601731700.0800.020.32166.157.3465.29
HexA0ADAA80220a6741
Octal2402552521002402467101
Binary1010000010101101101010101000010100000101001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADAA; }

 p { color: rgb(160,173,170); }

 H1.HeaderClassName
 {
   color: #A0ADAA;
 }
 .AnyTagClassName
 {
   color: #A0ADAA;
 }
</style>
background-color css

<style>
 a { background-color: #A0ADAA; }

 a { background-color: rgb(160,173,170); }

 div.DivClassName
 {
   background-color: #A0ADAA;
 }
 .BgClassName
 {
   background-color: #A0ADAA;
 }
</style>
border-color css

<style>
 span { border-color: #A0ADAA; }

 span { border-color: rgb(160,173,170); }

 td.TdClassName
 {
   border-color: #A0ADAA;
 }
 .TagClassName
 {
   border-color: #A0ADAA;
 }
</style>