#A2B8AF

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

Shades of Skeptic #A2B8AF

Tints of Skeptic #A2B8AF

Color information

#A2B8AF (or 0xA2B8AF) is unknown color: approx Skeptic. HEX triplet: A2, B8 and AF. RGB value is (162,184,175). Sum of RGB (Red+Green+Blue) = 162+184+175=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 184 (72.27% from 255 or 35.32% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 184 - color contains mainly: green. Hex color #A2B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2B8AF is #5D4750. Grayscale: #B0B0B0. Windows color (decimal): -6113105 or 11516066. OLE color: 11516066.

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

Color convert

RGB162184175-
CMYK0.1200.050.28
HSL155.45º13.41%67.84%-
HSV(B)155.45º11.96%72.16%-
XYZ39.7845.0647.16-
YUV176.4127.21117.73-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.09%
GREEN value IS 184 (72.27% from 255) = 35.32%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=31.09%
G=35.32%
B=33.59%

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
Decimal1621841750.1200.050.28155.4513.4167.84
HexA2B8AFC051C9bd44
Octal24227025714053423315104
Binary10100010101110001010111111000101111001001101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2B8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2B8AF; }

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

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

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

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

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

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

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

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