#A0BBB0

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

Shades of Skeptic #A0BBB0

Tints of Skeptic #A0BBB0

Color information

#A0BBB0 (or 0xA0BBB0) is unknown color: approx Skeptic. HEX triplet: A0, BB and B0. RGB value is (160,187,176). Sum of RGB (Red+Green+Blue) = 160+187+176=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 176 (69.14% from 255 or 33.65% from 523); Max value from RGB is 187 - color contains mainly: green. Hex color #A0BBB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BBB0 is #5F444F. Grayscale: #B1B1B1. Windows color (decimal): -6243408 or 11582368. OLE color: 11582368.

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

Color convert

RGB160187176-
CMYK0.1400.060.27
HSL155.56º16.56%68.04%-
HSV(B)155.56º14.44%73.33%-
XYZ40.146.1547.87-
YUV177.67127.05115.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 187 (73.44% from 255) = 35.76%
BLUE value IS 176 (69.14% from 255) = 33.65%
R=30.59%
G=35.76%
B=33.65%

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
Decimal1601871760.1400.060.27155.5616.5668.04
HexA0BBB0E061B9c1144
Octal24027326016063323421104
Binary101000001011101110110000111001101101110011100100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BBB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BBB0; }

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

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

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

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

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

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

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

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