#A0AFAD

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

Shades of Conch #A0AFAD

Tints of Conch #A0AFAD

Color information

#A0AFAD (or 0xA0AFAD) is unknown color: approx Conch. HEX triplet: A0, AF and AD. RGB value is (160,175,173). Sum of RGB (Red+Green+Blue) = 160+175+173=508 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.50% from 508); Green value is 175 (68.75% from 255 or 34.45% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AFAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFAD is #5F5052. Grayscale: #AAAAAA. Windows color (decimal): -6246483 or 11382688. OLE color: 11382688.

HSL color Cylindrical-coordinate representation of color #A0AFAD: hue angle of 172º degrees, saturation: 0.09, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A0AFAD is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB160175173-
CMYK0.0900.010.31
HSL172º8.57%65.69%-
HSV(B)172º8.57%68.63%-
XYZ37.3741.1545.51-
YUV170.29129.53120.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.50%
GREEN value IS 175 (68.75% from 255) = 34.45%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=31.50%
G=34.45%
B=34.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1601751730.0900.010.311728.5765.69
HexA0AFAD9011Fac942
Octal24025725511013725411102
Binary101000001010111110101101100101111111010110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFAD; }

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

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

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

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

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

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

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

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