#A2BBAB

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

Shades of Skeptic #A2BBAB

Tints of Skeptic #A2BBAB

Color information

#A2BBAB (or 0xA2BBAB) is unknown color: approx Skeptic. HEX triplet: A2, BB and AB. RGB value is (162,187,171). Sum of RGB (Red+Green+Blue) = 162+187+171=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 171 (67.19% from 255 or 32.88% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BBAB is #5D4454. Grayscale: #B1B1B1. Windows color (decimal): -6112341 or 11254690. OLE color: 11254690.

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

Color convert

RGB162187171-
CMYK0.1300.090.27
HSL141.6º15.53%68.43%-
HSV(B)141.6º13.37%73.33%-
XYZ40.0246.1645.33-
YUV177.7124.22116.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.15%
GREEN value IS 187 (73.44% from 255) = 35.96%
BLUE value IS 171 (67.19% from 255) = 32.88%
R=31.15%
G=35.96%
B=32.88%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621871710.1300.090.27141.615.5368.43
HexA2BBABD091B8e1044
Octal242273253150113321620104
Binary1010001010111011101010111101010011101110001110100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BBAB; }

 p { color: rgb(162,187,171); }

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

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

 a { background-color: rgb(162,187,171); }

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

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

 span { border-color: rgb(162,187,171); }

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