#A1BAAB

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

Shades of Skeptic #A1BAAB

Tints of Skeptic #A1BAAB

Color information

#A1BAAB (or 0xA1BAAB) is unknown color: approx Skeptic. HEX triplet: A1, BA and AB. RGB value is (161,186,171). Sum of RGB (Red+Green+Blue) = 161+186+171=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 171 (67.19% from 255 or 33.01% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #A1BAAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BAAB is #5E4554. Grayscale: #B0B0B0. Windows color (decimal): -6178133 or 11254433. OLE color: 11254433.

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

Color convert

RGB161186171-
CMYK0.1300.080.27
HSL144º15.34%68.04%-
HSV(B)144º13.44%72.94%-
XYZ39.6145.6445.25-
YUV176.81124.72116.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 171 (67.19% from 255) = 33.01%
R=31.08%
G=35.91%
B=33.01%

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
Decimal1611861710.1300.080.2714415.3468.04
HexA1BAABD081B90f44
Octal241272253150103322017104
Binary101000011011101010101011110101000110111001000011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BAAB; }

 p { color: rgb(161,186,171); }

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

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

 a { background-color: rgb(161,186,171); }

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

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

 span { border-color: rgb(161,186,171); }

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