#A0ADAB

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

Shades of Conch #A0ADAB

Tints of Conch #A0ADAB

Color information

#A0ADAB (or 0xA0ADAB) is unknown color: approx Conch. HEX triplet: A0, AD and AB. RGB value is (160,173,171). Sum of RGB (Red+Green+Blue) = 160+173+171=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 173 - color contains mainly: green. Hex color #A0ADAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0ADAB is #5F5254. Grayscale: #A8A8A8. Windows color (decimal): -6246997 or 11251104. OLE color: 11251104.

HSL color Cylindrical-coordinate representation of color #A0ADAB: hue angle of 170.77º 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 #A0ADAB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.32.

Color convert

RGB160173171-
CMYK0.0800.010.32
HSL170.77º7.34%65.29%-
HSV(B)170.77º7.51%67.84%-
XYZ36.7940.344.37-
YUV168.88129.19121.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.75%
GREEN value IS 173 (67.97% from 255) = 34.33%
BLUE value IS 171 (67.19% from 255) = 33.93%
R=31.75%
G=34.33%
B=33.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1601731710.0800.010.32170.777.3465.29
HexA0ADAB80120ab741
Octal2402552531001402537101
Binary101000001010110110101011100001100000101010111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0ADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0ADAB; }

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

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

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

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

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

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

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

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