#A2B8AE

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

Shades of Skeptic #A2B8AE

Tints of Skeptic #A2B8AE

Color information

#A2B8AE (or 0xA2B8AE) is unknown color: approx Skeptic. HEX triplet: A2, B8 and AE. RGB value is (162,184,174). Sum of RGB (Red+Green+Blue) = 162+184+174=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B8AE is #5D4751. Grayscale: #B0B0B0. Windows color (decimal): -6113106 or 11450530. OLE color: 11450530.

HSL color Cylindrical-coordinate representation of color #A2B8AE: hue angle of 152.73º 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 #A2B8AE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB162184174-
CMYK0.1200.050.28
HSL152.73º13.41%67.84%-
HSV(B)152.73º11.96%72.16%-
XYZ39.6845.0246.64-
YUV176.28126.71117.81-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.15%
GREEN value IS 184 (72.27% from 255) = 35.38%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=31.15%
G=35.38%
B=33.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1621841740.1200.050.28152.7313.4167.84
HexA2B8AEC051C99d44
Octal24227025614053423115104
Binary10100010101110001010111011000101111001001100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B8AE; }

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

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

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

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

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

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

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

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