#A1B1AF

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

Shades of Conch #A1B1AF

Tints of Conch #A1B1AF

Color information

#A1B1AF (or 0xA1B1AF) is unknown color: approx Conch. HEX triplet: A1, B1 and AF. RGB value is (161,177,175). Sum of RGB (Red+Green+Blue) = 161+177+175=513 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.38% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B1AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B1AF is #5E4E50. Grayscale: #ABABAB. Windows color (decimal): -6180433 or 11514273. OLE color: 11514273.

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

Color convert

RGB161177175-
CMYK0.0900.010.31
HSL172.5º9.3%66.27%-
HSV(B)172.5º9.04%69.41%-
XYZ38.1642.1246.68-
YUV171.99129.7120.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.38%
GREEN value IS 177 (69.53% from 255) = 34.50%
BLUE value IS 175 (68.75% from 255) = 34.11%
R=31.38%
G=34.50%
B=34.11%

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
Decimal1611771750.0900.010.31172.59.366.27
HexA1B1AF9011Fac942
Octal24126125711013725411102
Binary101000011011000110101111100101111111010110010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B1AF; }

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

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

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

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

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

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

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

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