#A2BCAF

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

Shades of Skeptic #A2BCAF

Tints of Skeptic #A2BCAF

Color information

#A2BCAF (or 0xA2BCAF) is unknown color: approx Skeptic. HEX triplet: A2, BC and AF. RGB value is (162,188,175). Sum of RGB (Red+Green+Blue) = 162+188+175=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 188 (73.83% from 255 or 35.81% from 525); Blue value is 175 (68.75% from 255 or 33.33% from 525); Max value from RGB is 188 - color contains mainly: green. Hex color #A2BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BCAF is #5D4350. Grayscale: #B2B2B2. Windows color (decimal): -6112081 or 11517090. OLE color: 11517090.

HSL color Cylindrical-coordinate representation of color #A2BCAF: hue angle of 150º degrees, saturation: 0.16, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A2BCAF is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB162188175-
CMYK0.1400.070.26
HSL150º16.25%68.63%-
HSV(B)150º13.83%73.73%-
XYZ40.6246.7447.44-
YUV178.74125.89116.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 188 (73.83% from 255) = 35.81%
BLUE value IS 175 (68.75% from 255) = 33.33%
R=30.86%
G=35.81%
B=33.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1621881750.1400.070.2615016.2568.63
HexA2BCAFE071A961045
Octal24227425716073222620105
Binary101000101011110010101111111001111101010010110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BCAF; }

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

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

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

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

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

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

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

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