#A1B9AE

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

Shades of Skeptic #A1B9AE

Tints of Skeptic #A1B9AE

Color information

#A1B9AE (or 0xA1B9AE) is unknown color: approx Skeptic. HEX triplet: A1, B9 and AE. RGB value is (161,185,174). Sum of RGB (Red+Green+Blue) = 161+185+174=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 174 (68.36% from 255 or 33.46% from 520); Max value from RGB is 185 - color contains mainly: green. Hex color #A1B9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B9AE is #5E4651. Grayscale: #B0B0B0. Windows color (decimal): -6178386 or 11450785. OLE color: 11450785.

HSL color Cylindrical-coordinate representation of color #A1B9AE: hue angle of 152.5º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A1B9AE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB161185174-
CMYK0.1300.060.27
HSL152.5º14.63%67.84%-
HSV(B)152.5º12.97%72.55%-
XYZ39.6945.3346.7-
YUV176.57126.55116.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 185 (72.66% from 255) = 35.58%
BLUE value IS 174 (68.36% from 255) = 33.46%
R=30.96%
G=35.58%
B=33.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1611851740.1300.060.27152.514.6367.84
HexA1B9AED061B98f44
Octal24127125615063323017104
Binary10100001101110011010111011010110110111001100011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B9AE; }

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

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

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

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

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

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

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

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