#A0BBAF

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

Shades of Skeptic #A0BBAF

Tints of Skeptic #A0BBAF

Color information

#A0BBAF (or 0xA0BBAF) is unknown color: approx Skeptic. HEX triplet: A0, BB and AF. RGB value is (160,187,175). Sum of RGB (Red+Green+Blue) = 160+187+175=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BBAF is #5F4450. Grayscale: #B1B1B1. Windows color (decimal): -6243409 or 11516832. OLE color: 11516832.

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

Color convert

RGB160187175-
CMYK0.1400.060.27
HSL153.33º16.56%68.04%-
HSV(B)153.33º14.44%73.33%-
XYZ40.0146.1147.35-
YUV177.56126.55115.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.65%
GREEN value IS 187 (73.44% from 255) = 35.82%
BLUE value IS 175 (68.75% from 255) = 33.52%
R=30.65%
G=35.82%
B=33.52%

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
Decimal1601871750.1400.060.27153.3316.5668.04
HexA0BBAFE061B991144
Octal24027325716063323121104
Binary101000001011101110101111111001101101110011001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBAF; }

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

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

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

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

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

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

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

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