#A1BFAC

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

Shades of Skeptic #A1BFAC

Tints of Skeptic #A1BFAC

Color information

#A1BFAC (or 0xA1BFAC) is unknown color: approx Skeptic. HEX triplet: A1, BF and AC. RGB value is (161,191,172). Sum of RGB (Red+Green+Blue) = 161+191+172=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BFAC is #5E4053. Grayscale: #B3B3B3. Windows color (decimal): -6176852 or 11321249. OLE color: 11321249.

HSL color Cylindrical-coordinate representation of color #A1BFAC: hue angle of 142º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1BFAC is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB161191172-
CMYK0.1600.100.25
HSL142º18.99%69.02%-
HSV(B)142º15.71%74.9%-
XYZ40.7847.8246.11-
YUV179.86123.56114.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 191 (75% from 255) = 36.45%
BLUE value IS 172 (67.58% from 255) = 32.82%
R=30.73%
G=36.45%
B=32.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911720.1600.100.2514218.9969.02
HexA1BFAC100A198e1345
Octal241277254200123121623105
Binary10100001101111111010110010000010101100110001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFAC; }

 p { color: rgb(161,191,172); }

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

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

 a { background-color: rgb(161,191,172); }

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

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

 span { border-color: rgb(161,191,172); }

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