#A1AFAE

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

Shades of Conch #A1AFAE

Tints of Conch #A1AFAE

Color information

#A1AFAE (or 0xA1AFAE) is unknown color: approx Conch. HEX triplet: A1, AF and AE. RGB value is (161,175,174). Sum of RGB (Red+Green+Blue) = 161+175+174=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 175 (68.75% from 255 or 34.31% from 510); Blue value is 174 (68.36% from 255 or 34.12% from 510); Max value from RGB is 175 - color contains mainly: green. Hex color #A1AFAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AFAE is #5E5051. Grayscale: #AAAAAA. Windows color (decimal): -6180946 or 11448225. OLE color: 11448225.

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

Color convert

RGB161175174-
CMYK0.0800.010.31
HSL175.71º8.05%65.88%-
HSV(B)175.71º8%68.63%-
XYZ37.6741.2946.03-
YUV170.7129.86121.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 175 (68.75% from 255) = 34.31%
BLUE value IS 174 (68.36% from 255) = 34.12%
R=31.57%
G=34.31%
B=34.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611751740.0800.010.31175.718.0565.88
HexA1AFAE8011Fb0842
Octal24125725610013726010102
Binary101000011010111110101110100001111111011000010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AFAE; }

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

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

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

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

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

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

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

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