#A2B6AC

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

Shades of Skeptic #A2B6AC

Tints of Skeptic #A2B6AC

Color information

#A2B6AC (or 0xA2B6AC) is unknown color: approx Skeptic. HEX triplet: A2, B6 and AC. RGB value is (162,182,172). Sum of RGB (Red+Green+Blue) = 162+182+172=516 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.40% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B6AC is #5D4953. Grayscale: #AEAEAE. Windows color (decimal): -6113620 or 11318946. OLE color: 11318946.

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

Color convert

RGB162182172-
CMYK0.1100.050.29
HSL150º12.05%67.45%-
HSV(B)150º10.99%71.37%-
XYZ39.0744.1245.49-
YUV174.88126.37118.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.40%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=31.40%
G=35.27%
B=33.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621821720.1100.050.2915012.0567.45
HexA2B6ACB051D96c43
Octal24226625413053522614103
Binary10100010101101101010110010110101111011001011011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B6AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B6AC; }

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

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

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

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

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

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

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

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