#A2B6AF

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

Shades of Skeptic #A2B6AF

Tints of Skeptic #A2B6AF

Color information

#A2B6AF (or 0xA2B6AF) is unknown color: approx Skeptic. HEX triplet: A2, B6 and AF. RGB value is (162,182,175). Sum of RGB (Red+Green+Blue) = 162+182+175=519 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.21% from 519); Green value is 182 (71.48% from 255 or 35.07% from 519); Blue value is 175 (68.75% from 255 or 33.72% from 519); Max value from RGB is 182 - color contains mainly: green. Hex color #A2B6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B6AF is #5D4950. Grayscale: #AFAFAF. Windows color (decimal): -6113617 or 11515554. OLE color: 11515554.

HSL color Cylindrical-coordinate representation of color #A2B6AF: hue angle of 159º 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 #A2B6AF is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB162182175-
CMYK0.1100.040.29
HSL159º12.05%67.45%-
HSV(B)159º10.99%71.37%-
XYZ39.3744.2347.02-
YUV175.22127.87118.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.21%
GREEN value IS 182 (71.48% from 255) = 35.07%
BLUE value IS 175 (68.75% from 255) = 33.72%
R=31.21%
G=35.07%
B=33.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1621821750.1100.040.2915912.0567.45
HexA2B6AFB041D9fc43
Octal24226625713043523714103
Binary10100010101101101010111110110100111011001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B6AF; }

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

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

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

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

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

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

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

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