#A2B5AB

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

Shades of Skeptic #A2B5AB

Tints of Skeptic #A2B5AB

Color information

#A2B5AB (or 0xA2B5AB) is unknown color: approx Skeptic. HEX triplet: A2, B5 and AB. RGB value is (162,181,171). Sum of RGB (Red+Green+Blue) = 162+181+171=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 171 (67.19% from 255 or 33.27% from 514); Max value from RGB is 181 - color contains mainly: green. Hex color #A2B5AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B5AB is #5D4A54. Grayscale: #AEAEAE. Windows color (decimal): -6113877 or 11253154. OLE color: 11253154.

HSL color Cylindrical-coordinate representation of color #A2B5AB: hue angle of 148.42º degrees, saturation: 0.11, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A2B5AB is Cyan = 0.10, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB162181171-
CMYK0.1000.060.29
HSL148.42º11.38%67.25%-
HSV(B)148.42º10.5%70.98%-
XYZ38.7743.6744.91-
YUV174.18126.21119.31-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 181 (71.09% from 255) = 35.21%
BLUE value IS 171 (67.19% from 255) = 33.27%
R=31.52%
G=35.21%
B=33.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621811710.1000.060.29148.4211.3867.25
HexA2B5ABA061D94b43
Octal24226525312063522413103
Binary10100010101101011010101110100110111011001010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B5AB; }

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

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

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

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

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

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

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

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