#A1B9AA

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

Shades of Skeptic #A1B9AA

Tints of Skeptic #A1B9AA

Color information

#A1B9AA (or 0xA1B9AA) is unknown color: approx Skeptic. HEX triplet: A1, B9 and AA. RGB value is (161,185,170). Sum of RGB (Red+Green+Blue) = 161+185+170=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 185 (72.66% from 255 or 35.85% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B9AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B9AA is #5E4655. Grayscale: #B0B0B0. Windows color (decimal): -6178390 or 11188641. OLE color: 11188641.

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

Color convert

RGB161185170-
CMYK0.1300.080.27
HSL142.5º14.63%67.84%-
HSV(B)142.5º12.97%72.55%-
XYZ39.345.1844.68-
YUV176.11124.55117.22-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 185 (72.66% from 255) = 35.85%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=31.20%
G=35.85%
B=32.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851700.1300.080.27142.514.6367.84
HexA1B9AAD081B8ef44
Octal241271252150103321617104
Binary101000011011100110101010110101000110111000111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B9AA; }

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

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

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

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

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

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

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

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