#A0B6AE

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

Shades of Skeptic #A0B6AE

Tints of Skeptic #A0B6AE

Color information

#A0B6AE (or 0xA0B6AE) is unknown color: approx Skeptic. HEX triplet: A0, B6 and AE. RGB value is (160,182,174). Sum of RGB (Red+Green+Blue) = 160+182+174=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 182 (71.48% from 255 or 35.27% from 516); Blue value is 174 (68.36% from 255 or 33.72% from 516); Max value from RGB is 182 - color contains mainly: green. Hex color #A0B6AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0B6AE is #5F4951. Grayscale: #AEAEAE. Windows color (decimal): -6244690 or 11450016. OLE color: 11450016.

HSL color Cylindrical-coordinate representation of color #A0B6AE: hue angle of 158.18º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A0B6AE is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB160182174-
CMYK0.1200.040.29
HSL158.18º13.1%67.06%-
HSV(B)158.18º12.09%71.37%-
XYZ38.8743.9946.49-
YUV174.51127.71117.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.01%
GREEN value IS 182 (71.48% from 255) = 35.27%
BLUE value IS 174 (68.36% from 255) = 33.72%
R=31.01%
G=35.27%
B=33.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1601821740.1200.040.29158.1813.167.06
HexA0B6AEC041D9ed43
Octal24026625614043523615103
Binary10100000101101101010111011000100111011001111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B6AE; }

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

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

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

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

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

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

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

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