#A1AEAC

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

Shades of Conch #A1AEAC

Tints of Conch #A1AEAC

Color information

#A1AEAC (or 0xA1AEAC) is unknown color: approx Conch. HEX triplet: A1, AE and AC. RGB value is (161,174,172). Sum of RGB (Red+Green+Blue) = 161+174+172=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 174 - color contains mainly: green. Hex color #A1AEAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AEAC is #5E5153. Grayscale: #A9A9A9. Windows color (decimal): -6181204 or 11316897. OLE color: 11316897.

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

Color convert

RGB161174172-
CMYK0.0700.010.32
HSL170.77º7.43%65.69%-
HSV(B)170.77º7.47%68.24%-
XYZ37.2840.8344.95-
YUV169.88129.19121.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 174 (68.36% from 255) = 34.32%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=31.76%
G=34.32%
B=33.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1611741720.0700.010.32170.777.4365.69
HexA1AEAC70120ab742
Octal241256254701402537102
Binary10100001101011101010110011101100000101010111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1AEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1AEAC; }

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

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

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

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

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

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

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

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