#A0BAAE

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

Shades of Skeptic #A0BAAE

Tints of Skeptic #A0BAAE

Color information

#A0BAAE (or 0xA0BAAE) is unknown color: approx Skeptic. HEX triplet: A0, BA and AE. RGB value is (160,186,174). Sum of RGB (Red+Green+Blue) = 160+186+174=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 186 (73.05% from 255 or 35.77% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 186 - color contains mainly: green. Hex color #A0BAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BAAE is #5F4551. Grayscale: #B0B0B0. Windows color (decimal): -6243666 or 11451040. OLE color: 11451040.

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

Color convert

RGB160186174-
CMYK0.1400.060.27
HSL152.31º15.85%67.84%-
HSV(B)152.31º13.98%72.94%-
XYZ39.745.6546.76-
YUV176.86126.39115.98-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.77%
GREEN value IS 186 (73.05% from 255) = 35.77%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=30.77%
G=35.77%
B=33.46%

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
Decimal1601861740.1400.060.27152.3115.8567.84
HexA0BAAEE061B981044
Octal24027225616063323020104
Binary101000001011101010101110111001101101110011000100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BAAE; }

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

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

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

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

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

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

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

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