#A1B2AE

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

Shades of Conch #A1B2AE

Tints of Conch #A1B2AE

Color information

#A1B2AE (or 0xA1B2AE) is unknown color: approx Conch. HEX triplet: A1, B2 and AE. RGB value is (161,178,174). Sum of RGB (Red+Green+Blue) = 161+178+174=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 174 (68.36% from 255 or 33.92% from 513); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B2AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B2AE is #5E4D51. Grayscale: #ACACAC. Windows color (decimal): -6180178 or 11448993. OLE color: 11448993.

HSL color Cylindrical-coordinate representation of color #A1B2AE: hue angle of 165.88º degrees, saturation: 0.1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A1B2AE is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB161178174-
CMYK0.1000.020.30
HSL165.88º9.94%66.47%-
HSV(B)165.88º9.55%69.8%-
XYZ38.2642.4746.23-
YUV172.46128.87119.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 178 (69.92% from 255) = 34.70%
BLUE value IS 174 (68.36% from 255) = 33.92%
R=31.38%
G=34.70%
B=33.92%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611781740.1000.020.30165.889.9466.47
HexA1B2AEA021Ea6a42
Octal24126225612023624612102
Binary1010000110110010101011101010010111101010011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B2AE; }

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

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

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

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

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

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

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

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