#A1B9B8

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

Shades of Conch #A1B9B8

Tints of Conch #A1B9B8

Color information

#A1B9B8 (or 0xA1B9B8) is unknown color: approx Conch. HEX triplet: A1, B9 and B8. RGB value is (161,185,184). Sum of RGB (Red+Green+Blue) = 161+185+184=530 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.38% from 530); Green value is 185 (72.66% from 255 or 34.91% from 530); Blue value is 184 (72.27% from 255 or 34.72% from 530); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B9B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1B9B8 is #5E4647. Grayscale: #B1B1B1. Windows color (decimal): -6178376 or 12106145. OLE color: 12106145.

HSL color Cylindrical-coordinate representation of color #A1B9B8: hue angle of 177.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1B9B8 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB161185184-
CMYK0.1300.010.27
HSL177.5º14.63%67.84%-
HSV(B)177.5º12.97%72.55%-
XYZ40.745.7452.03-
YUV177.71131.55116.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.38%
GREEN value IS 185 (72.66% from 255) = 34.91%
BLUE value IS 184 (72.27% from 255) = 34.72%
R=30.38%
G=34.91%
B=34.72%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851840.1300.010.27177.514.6367.84
HexA1B9B8D011Bb1f44
Octal24127127015013326117104
Binary101000011011100110111000110101110111011000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B9B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B9B8; }

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

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

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

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

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

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

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

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