#A1B1AE

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

Shades of Conch #A1B1AE

Tints of Conch #A1B1AE

Color information

#A1B1AE (or 0xA1B1AE) is unknown color: approx Conch. HEX triplet: A1, B1 and AE. RGB value is (161,177,174). Sum of RGB (Red+Green+Blue) = 161+177+174=512 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.45% from 512); Green value is 177 (69.53% from 255 or 34.57% from 512); Blue value is 174 (68.36% from 255 or 33.98% from 512); Max value from RGB is 177 - color contains mainly: green. Hex color #A1B1AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1B1AE is #5E4E51. Grayscale: #ABABAB. Windows color (decimal): -6180434 or 11448737. OLE color: 11448737.

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

Color convert

RGB161177174-
CMYK0.0900.020.31
HSL168.75º9.3%66.27%-
HSV(B)168.75º9.04%69.41%-
XYZ38.0642.0846.16-
YUV171.87129.2120.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.45%
GREEN value IS 177 (69.53% from 255) = 34.57%
BLUE value IS 174 (68.36% from 255) = 33.98%
R=31.45%
G=34.57%
B=33.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1611771740.0900.020.31168.759.366.27
HexA1B1AE9021Fa9942
Octal24126125611023725111102
Binary1010000110110001101011101001010111111010100110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B1AE; }

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

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

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

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

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

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

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

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