#A0BAAF

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

Shades of Skeptic #A0BAAF

Tints of Skeptic #A0BAAF

Color information

#A0BAAF (or 0xA0BAAF) is unknown color: approx Skeptic. HEX triplet: A0, BA and AF. RGB value is (160,186,175). Sum of RGB (Red+Green+Blue) = 160+186+175=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 186 (73.05% from 255 or 35.70% from 521); Blue value is 175 (68.75% from 255 or 33.59% from 521); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BAAF is #5F4550. Grayscale: #B0B0B0. Windows color (decimal): -6243665 or 11516576. OLE color: 11516576.

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

Color convert

RGB160186175-
CMYK0.1400.060.27
HSL154.62º15.85%67.84%-
HSV(B)154.62º13.98%72.94%-
XYZ39.7945.6947.28-
YUV176.97126.89115.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 186 (73.05% from 255) = 35.70%
BLUE value IS 175 (68.75% from 255) = 33.59%
R=30.71%
G=35.70%
B=33.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601861750.1400.060.27154.6215.8567.84
HexA0BAAFE061B9b1044
Octal24027225716063323320104
Binary101000001011101010101111111001101101110011011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BAAF; }

 p { color: rgb(160,186,175); }

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

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

 a { background-color: rgb(160,186,175); }

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

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

 span { border-color: rgb(160,186,175); }

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