#A1B3AE

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

Shades of Conch #A1B3AE

Tints of Conch #A1B3AE

Color information

#A1B3AE (or 0xA1B3AE) is unknown color: approx Conch. HEX triplet: A1, B3 and AE. RGB value is (161,179,174). Sum of RGB (Red+Green+Blue) = 161+179+174=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 179 (70.31% from 255 or 34.82% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 179 - color contains mainly: green. Hex color #A1B3AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B3AE is #5E4C51. Grayscale: #ADADAD. Windows color (decimal): -6179922 or 11449249. OLE color: 11449249.

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

Color convert

RGB161179174-
CMYK0.1000.030.30
HSL163.33º10.59%66.67%-
HSV(B)163.33º10.06%70.2%-
XYZ38.4642.8746.29-
YUV173.05128.54119.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 179 (70.31% from 255) = 34.82%
BLUE value IS 174 (68.36% from 255) = 33.85%
R=31.32%
G=34.82%
B=33.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1611791740.1000.030.30163.3310.5966.67
HexA1B3AEA031Ea3b43
Octal24126325612033624313103
Binary1010000110110011101011101010011111101010001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B3AE; }

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

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

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

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

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

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

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

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