#A2B9AD

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

Shades of Skeptic #A2B9AD

Tints of Skeptic #A2B9AD

Color information

#A2B9AD (or 0xA2B9AD) is unknown color: approx Skeptic. HEX triplet: A2, B9 and AD. RGB value is (162,185,173). Sum of RGB (Red+Green+Blue) = 162+185+173=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 173 (67.97% from 255 or 33.27% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #A2B9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B9AD is #5D4652. Grayscale: #B0B0B0. Windows color (decimal): -6112851 or 11385250. OLE color: 11385250.

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

Color convert

RGB162185173-
CMYK0.1200.060.27
HSL148.7º14.11%68.04%-
HSV(B)148.7º12.43%72.55%-
XYZ39.7945.446.2-
YUV176.76125.88117.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.15%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 173 (67.97% from 255) = 33.27%
R=31.15%
G=35.58%
B=33.27%

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
Decimal1621851730.1200.060.27148.714.1168.04
HexA2B9ADC061B95e44
Octal24227125514063322516104
Binary10100010101110011010110111000110110111001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B9AD; }

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

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

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

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

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

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

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

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