#A1B9AC

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

Shades of Skeptic #A1B9AC

Tints of Skeptic #A1B9AC

Color information

#A1B9AC (or 0xA1B9AC) is unknown color: approx Skeptic. HEX triplet: A1, B9 and AC. RGB value is (161,185,172). Sum of RGB (Red+Green+Blue) = 161+185+172=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B9AC is #5E4653. Grayscale: #B0B0B0. Windows color (decimal): -6178388 or 11319713. OLE color: 11319713.

HSL color Cylindrical-coordinate representation of color #A1B9AC: hue angle of 147.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 #A1B9AC is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB161185172-
CMYK0.1300.070.27
HSL147.5º14.63%67.84%-
HSV(B)147.5º12.97%72.55%-
XYZ39.4945.2545.68-
YUV176.34125.55117.06-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 185 (72.66% from 255) = 35.71%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=31.08%
G=35.71%
B=33.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851720.1300.070.27147.514.6367.84
HexA1B9ACD071B93f44
Octal24127125415073322317104
Binary10100001101110011010110011010111110111001001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B9AC; }

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

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

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

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

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

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

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

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