#A1B9AD

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

Shades of Skeptic #A1B9AD

Tints of Skeptic #A1B9AD

Color information

#A1B9AD (or 0xA1B9AD) is unknown color: approx Skeptic. HEX triplet: A1, B9 and AD. RGB value is (161,185,173). Sum of RGB (Red+Green+Blue) = 161+185+173=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B9AD is #5E4652. Grayscale: #B0B0B0. Windows color (decimal): -6178387 or 11385249. OLE color: 11385249.

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

Color convert

RGB161185173-
CMYK0.1300.060.27
HSL150º14.63%67.84%-
HSV(B)150º12.97%72.55%-
XYZ39.5945.2946.19-
YUV176.46126.05116.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.02%
GREEN value IS 185 (72.66% from 255) = 35.65%
BLUE value IS 173 (67.97% from 255) = 33.33%
R=31.02%
G=35.65%
B=33.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851730.1300.060.2715014.6367.84
HexA1B9ADD061B96f44
Octal24127125515063322617104
Binary10100001101110011010110111010110110111001011011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B9AD; }

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

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

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

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

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

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

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

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