#A2B9AE

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

Shades of Skeptic #A2B9AE

Tints of Skeptic #A2B9AE

Color information

#A2B9AE (or 0xA2B9AE) is unknown color: approx Skeptic. HEX triplet: A2, B9 and AE. RGB value is (162,185,174). Sum of RGB (Red+Green+Blue) = 162+185+174=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 174 (68.36% from 255 or 33.40% from 521); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B9AE is #5D4651. Grayscale: #B0B0B0. Windows color (decimal): -6112850 or 11450786. OLE color: 11450786.

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

Color convert

RGB162185174-
CMYK0.1200.060.27
HSL151.3º14.11%68.04%-
HSV(B)151.3º12.43%72.55%-
XYZ39.8945.4446.71-
YUV176.87126.38117.39-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 185 (72.66% from 255) = 35.51%
BLUE value IS 174 (68.36% from 255) = 33.40%
R=31.09%
G=35.51%
B=33.40%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621851740.1200.060.27151.314.1168.04
HexA2B9AEC061B97e44
Octal24227125614063322716104
Binary10100010101110011010111011000110110111001011111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B9AE; }

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

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

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

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

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

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

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

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