#A1BCAB

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

Shades of Skeptic #A1BCAB

Tints of Skeptic #A1BCAB

Color information

#A1BCAB (or 0xA1BCAB) is unknown color: approx Skeptic. HEX triplet: A1, BC and AB. RGB value is (161,188,171). Sum of RGB (Red+Green+Blue) = 161+188+171=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCAB is #5E4354. Grayscale: #B2B2B2. Windows color (decimal): -6177621 or 11254945. OLE color: 11254945.

HSL color Cylindrical-coordinate representation of color #A1BCAB: hue angle of 142.22º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BCAB is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB161188171-
CMYK0.1400.090.26
HSL142.22º16.77%68.43%-
HSV(B)142.22º14.36%73.73%-
XYZ40.0346.4845.39-
YUV177.99124.05115.88-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 188 (73.83% from 255) = 36.15%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=30.96%
G=36.15%
B=32.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611881710.1400.090.26142.2216.7768.43
HexA1BCABE091A8e1144
Octal241274253160113221621104
Binary1010000110111100101010111110010011101010001110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCAB; }

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

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

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

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

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

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

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

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