#A1B8AE

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

Shades of Skeptic #A1B8AE

Tints of Skeptic #A1B8AE

Color information

#A1B8AE (or 0xA1B8AE) is unknown color: approx Skeptic. HEX triplet: A1, B8 and AE. RGB value is (161,184,174). Sum of RGB (Red+Green+Blue) = 161+184+174=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 184 (72.27% from 255 or 35.45% from 519); Blue value is 174 (68.36% from 255 or 33.53% from 519); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B8AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B8AE is #5E4751. Grayscale: #B0B0B0. Windows color (decimal): -6178642 or 11450529. OLE color: 11450529.

HSL color Cylindrical-coordinate representation of color #A1B8AE: hue angle of 153.91º degrees, saturation: 0.14, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A1B8AE is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB161184174-
CMYK0.1200.050.28
HSL153.91º13.94%67.65%-
HSV(B)153.91º12.5%72.16%-
XYZ39.4844.9146.63-
YUV175.98126.88117.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.02%
GREEN value IS 184 (72.27% from 255) = 35.45%
BLUE value IS 174 (68.36% from 255) = 33.53%
R=31.02%
G=35.45%
B=33.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1611841740.1200.050.28153.9113.9467.65
HexA1B8AEC051C9ae44
Octal24127025614053423216104
Binary10100001101110001010111011000101111001001101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B8AE; }

 p { color: rgb(161,184,174); }

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

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

 a { background-color: rgb(161,184,174); }

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

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

 span { border-color: rgb(161,184,174); }

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