#A1B4B1

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

Shades of Conch #A1B4B1

Tints of Conch #A1B4B1

Color information

#A1B4B1 (or 0xA1B4B1) is unknown color: approx Conch. HEX triplet: A1, B4 and B1. RGB value is (161,180,177). Sum of RGB (Red+Green+Blue) = 161+180+177=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 180 (70.70% from 255 or 34.75% from 518); Blue value is 177 (69.53% from 255 or 34.17% from 518); Max value from RGB is 180 - color contains mainly: green. Hex color #A1B4B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B4B1 is #5E4B4E. Grayscale: #ADADAD. Windows color (decimal): -6179663 or 11646113. OLE color: 11646113.

HSL color Cylindrical-coordinate representation of color #A1B4B1: hue angle of 170.53º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A1B4B1 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB161180177-
CMYK0.1100.020.29
HSL170.53º11.24%66.86%-
HSV(B)170.53º10.56%70.59%-
XYZ38.9643.3947.92-
YUV173.98129.71118.74-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 180 (70.70% from 255) = 34.75%
BLUE value IS 177 (69.53% from 255) = 34.17%
R=31.08%
G=34.75%
B=34.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1611801770.1100.020.29170.5311.2466.86
HexA1B4B1B021Dabb43
Octal24126426113023525313103
Binary1010000110110100101100011011010111011010101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B4B1; }

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

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

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

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

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

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

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

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