#A2BCAB

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

Shades of Skeptic #A2BCAB

Tints of Skeptic #A2BCAB

Color information

#A2BCAB (or 0xA2BCAB) is unknown color: approx Skeptic. HEX triplet: A2, BC and AB. RGB value is (162,188,171). Sum of RGB (Red+Green+Blue) = 162+188+171=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCAB is #5D4354. Grayscale: #B2B2B2. Windows color (decimal): -6112085 or 11254946. OLE color: 11254946.

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

Color convert

RGB162188171-
CMYK0.1400.090.26
HSL140.77º16.25%68.63%-
HSV(B)140.77º13.83%73.73%-
XYZ40.2346.5945.4-
YUV178.29123.89116.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=31.09%
G=36.08%
B=32.82%

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
Decimal1621881710.1400.090.26140.7716.2568.63
HexA2BCABE091A8d1045
Octal242274253160113221520105
Binary1010001010111100101010111110010011101010001101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCAB; }

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

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

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

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

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

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

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

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