#A1B2AF

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

Shades of Conch #A1B2AF

Tints of Conch #A1B2AF

Color information

#A1B2AF (or 0xA1B2AF) is unknown color: approx Conch. HEX triplet: A1, B2 and AF. RGB value is (161,178,175). Sum of RGB (Red+Green+Blue) = 161+178+175=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 175 (68.75% from 255 or 34.05% from 514); Max value from RGB is 178 - color contains mainly: green. Hex color #A1B2AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B2AF is #5E4D50. Grayscale: #ACACAC. Windows color (decimal): -6180177 or 11514529. OLE color: 11514529.

HSL color Cylindrical-coordinate representation of color #A1B2AF: hue angle of 169.41º 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 #A1B2AF is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.

Color convert

RGB161178175-
CMYK0.1000.020.30
HSL169.41º9.94%66.47%-
HSV(B)169.41º9.55%69.8%-
XYZ38.3642.5146.74-
YUV172.58129.37119.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 178 (69.92% from 255) = 34.63%
BLUE value IS 175 (68.75% from 255) = 34.05%
R=31.32%
G=34.63%
B=34.05%

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
Decimal1611781750.1000.020.30169.419.9466.47
HexA1B2AFA021Ea9a42
Octal24126225712023625112102
Binary1010000110110010101011111010010111101010100110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B2AF; }

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

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

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

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

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

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

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

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