#A2B9AC

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

Shades of Skeptic #A2B9AC

Tints of Skeptic #A2B9AC

Color information

#A2B9AC (or 0xA2B9AC) is unknown color: approx Skeptic. HEX triplet: A2, B9 and AC. RGB value is (162,185,172). Sum of RGB (Red+Green+Blue) = 162+185+172=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 172 (67.58% from 255 or 33.14% from 519); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B9AC is #5D4653. Grayscale: #B0B0B0. Windows color (decimal): -6112852 or 11319714. OLE color: 11319714.

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

Color convert

RGB162185172-
CMYK0.1200.070.27
HSL146.09º14.11%68.04%-
HSV(B)146.09º12.43%72.55%-
XYZ39.745.3645.69-
YUV176.64125.38117.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 185 (72.66% from 255) = 35.65%
BLUE value IS 172 (67.58% from 255) = 33.14%
R=31.21%
G=35.65%
B=33.14%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621851720.1200.070.27146.0914.1168.04
HexA2B9ACC071B92e44
Octal24227125414073322216104
Binary10100010101110011010110011000111110111001001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B9AC; }

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

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

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

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

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

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

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

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