#A1B8A9

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

Shades of Skeptic #A1B8A9

Tints of Skeptic #A1B8A9

Color information

#A1B8A9 (or 0xA1B8A9) is unknown color: approx Skeptic. HEX triplet: A1, B8 and A9. RGB value is (161,184,169). Sum of RGB (Red+Green+Blue) = 161+184+169=514 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.32% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 169 (66.41% from 255 or 32.88% from 514); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B8A9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B8A9 is #5E4756. Grayscale: #AFAFAF. Windows color (decimal): -6178647 or 11122849. OLE color: 11122849.

HSL color Cylindrical-coordinate representation of color #A1B8A9: hue angle of 140.87º 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 #A1B8A9 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB161184169-
CMYK0.1200.080.28
HSL140.87º13.94%67.65%-
HSV(B)140.87º12.5%72.16%-
XYZ3944.7244.11-
YUV175.41124.38117.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.32%
GREEN value IS 184 (72.27% from 255) = 35.80%
BLUE value IS 169 (66.41% from 255) = 32.88%
R=31.32%
G=35.80%
B=32.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611841690.1200.080.28140.8713.9467.65
HexA1B8A9C081C8de44
Octal241270251140103421516104
Binary101000011011100010101001110001000111001000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B8A9; }

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

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

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

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

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

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

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

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