#A1B8AF

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

Shades of Skeptic #A1B8AF

Tints of Skeptic #A1B8AF

Color information

#A1B8AF (or 0xA1B8AF) is unknown color: approx Skeptic. HEX triplet: A1, B8 and AF. RGB value is (161,184,175). Sum of RGB (Red+Green+Blue) = 161+184+175=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 184 - color contains mainly: green. Hex color #A1B8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1B8AF is #5E4750. Grayscale: #B0B0B0. Windows color (decimal): -6178641 or 11516065. OLE color: 11516065.

HSL color Cylindrical-coordinate representation of color #A1B8AF: hue angle of 156.52º 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 #A1B8AF is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB161184175-
CMYK0.1200.050.28
HSL156.52º13.94%67.65%-
HSV(B)156.52º12.5%72.16%-
XYZ39.5844.9547.15-
YUV176.1127.38117.23-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 184 (72.27% from 255) = 35.38%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=30.96%
G=35.38%
B=33.65%

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
Decimal1611841750.1200.050.28156.5213.9467.65
HexA1B8AFC051C9de44
Octal24127025714053423516104
Binary10100001101110001010111111000101111001001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1B8AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1B8AF; }

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

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

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

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

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

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

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

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