#A0AFAE

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

Shades of Conch #A0AFAE

Tints of Conch #A0AFAE

Color information

#A0AFAE (or 0xA0AFAE) is unknown color: approx Conch. HEX triplet: A0, AF and AE. RGB value is (160,175,174). Sum of RGB (Red+Green+Blue) = 160+175+174=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 175 (68.75% from 255 or 34.38% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A0AFAE is #5F5051. Grayscale: #AAAAAA. Windows color (decimal): -6246482 or 11448224. OLE color: 11448224.

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

Color convert

RGB160175174-
CMYK0.0900.010.31
HSL176º8.57%65.69%-
HSV(B)176º8.57%68.63%-
XYZ37.4741.1946.02-
YUV170.4130.03120.58-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.43%
GREEN value IS 175 (68.75% from 255) = 34.38%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=31.43%
G=34.38%
B=34.18%

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
Decimal1601751740.0900.010.311768.5765.69
HexA0AFAE9011Fb0942
Octal24025725611013726011102
Binary101000001010111110101110100101111111011000010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0AFAE; }

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

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

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

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

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

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

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

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