#A2B0AB

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

Shades of Skeptic #A2B0AB

Tints of Skeptic #A2B0AB

Color information

#A2B0AB (or 0xA2B0AB) is unknown color: approx Skeptic. HEX triplet: A2, B0 and AB. RGB value is (162,176,171). Sum of RGB (Red+Green+Blue) = 162+176+171=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 176 (69.14% from 255 or 34.58% from 509); Blue value is 171 (67.19% from 255 or 33.60% from 509); Max value from RGB is 176 - color contains mainly: green. Hex color #A2B0AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A2B0AB is #5D4F54. Grayscale: #ABABAB. Windows color (decimal): -6115157 or 11251874. OLE color: 11251874.

HSL color Cylindrical-coordinate representation of color #A2B0AB: hue angle of 158.57º degrees, saturation: 0.08, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A2B0AB is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.

Color convert

RGB162176171-
CMYK0.0800.030.31
HSL158.57º8.14%66.27%-
HSV(B)158.57º7.95%69.02%-
XYZ37.7841.6744.58-
YUV171.24127.86121.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 176 (69.14% from 255) = 34.58%
BLUE value IS 171 (67.19% from 255) = 33.60%
R=31.83%
G=34.58%
B=33.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621761710.0800.030.31158.578.1466.27
HexA2B0AB8031F9f842
Octal24226025310033723710102
Binary1010001010110000101010111000011111111001111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B0AB; }

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

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

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

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

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

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

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

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