#A2BBAF

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

Shades of Skeptic #A2BBAF

Tints of Skeptic #A2BBAF

Color information

#A2BBAF (or 0xA2BBAF) is unknown color: approx Skeptic. HEX triplet: A2, BB and AF. RGB value is (162,187,175). Sum of RGB (Red+Green+Blue) = 162+187+175=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 187 (73.44% from 255 or 35.69% from 524); Blue value is 175 (68.75% from 255 or 33.40% from 524); Max value from RGB is 187 - color contains mainly: green. Hex color #A2BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2BBAF is #5D4450. Grayscale: #B2B2B2. Windows color (decimal): -6112337 or 11516834. OLE color: 11516834.

HSL color Cylindrical-coordinate representation of color #A2BBAF: hue angle of 151.2º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A2BBAF is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB162187175-
CMYK0.1300.060.27
HSL151.2º15.53%68.43%-
HSV(B)151.2º13.37%73.33%-
XYZ40.4146.3247.37-
YUV178.16126.22116.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.92%
GREEN value IS 187 (73.44% from 255) = 35.69%
BLUE value IS 175 (68.75% from 255) = 33.40%
R=30.92%
G=35.69%
B=33.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1621871750.1300.060.27151.215.5368.43
HexA2BBAFD061B971044
Octal24227325715063322720104
Binary101000101011101110101111110101101101110010111100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2BBAF; }

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

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

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

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

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

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

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

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