#A1B8B4

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

Shades of Conch #A1B8B4

Tints of Conch #A1B8B4

Color information

#A1B8B4 (or 0xA1B8B4) is unknown color: approx Conch. HEX triplet: A1, B8 and B4. RGB value is (161,184,180). Sum of RGB (Red+Green+Blue) = 161+184+180=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 184 (72.27% from 255 or 35.05% from 525); Blue value is 180 (70.70% from 255 or 34.29% from 525); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B8B4 is #5E474B. Grayscale: #B0B0B0. Windows color (decimal): -6178636 or 11843745. OLE color: 11843745.

HSL color Cylindrical-coordinate representation of color #A1B8B4: hue angle of 169.57º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1B8B4 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.28.

Color convert

RGB161184180-
CMYK0.1200.020.28
HSL169.57º13.94%67.65%-
HSV(B)169.57º12.5%72.16%-
XYZ40.0845.1549.78-
YUV176.67129.88116.83-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.67%
GREEN value IS 184 (72.27% from 255) = 35.05%
BLUE value IS 180 (70.70% from 255) = 34.29%
R=30.67%
G=35.05%
B=34.29%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611841800.1200.020.28169.5713.9467.65
HexA1B8B4C021Caae44
Octal24127026414023425216104
Binary1010000110111000101101001100010111001010101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B8B4; }

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

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

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

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

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

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

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

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