#A0BBA9

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

Shades of Skeptic #A0BBA9

Tints of Skeptic #A0BBA9

Color information

#A0BBA9 (or 0xA0BBA9) is unknown color: approx Skeptic. HEX triplet: A0, BB and A9. RGB value is (160,187,169). Sum of RGB (Red+Green+Blue) = 160+187+169=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 187 (73.44% from 255 or 36.24% from 516); Blue value is 169 (66.41% from 255 or 32.75% from 516); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BBA9 is #5F4456. Grayscale: #B0B0B0. Windows color (decimal): -6243415 or 11123616. OLE color: 11123616.

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

Color convert

RGB160187169-
CMYK0.1400.100.27
HSL140º16.56%68.04%-
HSV(B)140º14.44%73.33%-
XYZ39.4345.8844.31-
YUV176.87123.55115.96-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 187 (73.44% from 255) = 36.24%
BLUE value IS 169 (66.41% from 255) = 32.75%
R=31.01%
G=36.24%
B=32.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601871690.1400.100.2714016.5668.04
HexA0BBA9E0A1B8c1144
Octal240273251160123321421104
Binary1010000010111011101010011110010101101110001100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBA9; }

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

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

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

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

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

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

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

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