#A0BAAC

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

Shades of Skeptic #A0BAAC

Tints of Skeptic #A0BAAC

Color information

#A0BAAC (or 0xA0BAAC) is unknown color: approx Skeptic. HEX triplet: A0, BA and AC. RGB value is (160,186,172). Sum of RGB (Red+Green+Blue) = 160+186+172=518 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.89% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 172 (67.58% from 255 or 33.20% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BAAC is #5F4553. Grayscale: #B0B0B0. Windows color (decimal): -6243668 or 11319968. OLE color: 11319968.

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

Color convert

RGB160186172-
CMYK0.1400.080.27
HSL147.69º15.85%67.84%-
HSV(B)147.69º13.98%72.94%-
XYZ39.545.5745.74-
YUV176.63125.39116.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.89%
GREEN value IS 186 (73.05% from 255) = 35.91%
BLUE value IS 172 (67.58% from 255) = 33.20%
R=30.89%
G=35.91%
B=33.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1601861720.1400.080.27147.6915.8567.84
HexA0BAACE081B941044
Octal240272254160103322420104
Binary1010000010111010101011001110010001101110010100100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BAAC; }

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

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

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

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

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

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

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

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