#A2B8AC

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

Shades of Skeptic #A2B8AC

Tints of Skeptic #A2B8AC

Color information

#A2B8AC (or 0xA2B8AC) is unknown color: approx Skeptic. HEX triplet: A2, B8 and AC. RGB value is (162,184,172). Sum of RGB (Red+Green+Blue) = 162+184+172=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B8AC is #5D4753. Grayscale: #B0B0B0. Windows color (decimal): -6113108 or 11319458. OLE color: 11319458.

HSL color Cylindrical-coordinate representation of color #A2B8AC: hue angle of 147.27º degrees, saturation: 0.13, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A2B8AC is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB162184172-
CMYK0.1200.070.28
HSL147.27º13.41%67.84%-
HSV(B)147.27º11.96%72.16%-
XYZ39.4944.9445.62-
YUV176.05125.71117.98-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.27%
GREEN value IS 184 (72.27% from 255) = 35.52%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=31.27%
G=35.52%
B=33.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621841720.1200.070.28147.2713.4167.84
HexA2B8ACC071C93d44
Octal24227025414073422315104
Binary10100010101110001010110011000111111001001001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B8AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B8AC; }

 p { color: rgb(162,184,172); }

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

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

 a { background-color: rgb(162,184,172); }

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

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

 span { border-color: rgb(162,184,172); }

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