#A1BFB1

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

Shades of Skeptic #A1BFB1

Tints of Skeptic #A1BFB1

Color information

#A1BFB1 (or 0xA1BFB1) is unknown color: approx Skeptic. HEX triplet: A1, BF and B1. RGB value is (161,191,177). Sum of RGB (Red+Green+Blue) = 161+191+177=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 191 (75% from 255 or 36.11% from 529); Blue value is 177 (69.53% from 255 or 33.46% from 529); Max value from RGB is 191 - color contains mainly: green. Hex color #A1BFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BFB1 is #5E404E. Grayscale: #B4B4B4. Windows color (decimal): -6176847 or 11648929. OLE color: 11648929.

HSL color Cylindrical-coordinate representation of color #A1BFB1: hue angle of 152º 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 #A1BFB1 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB161191177-
CMYK0.1600.070.25
HSL152º18.99%69.02%-
HSV(B)152º15.71%74.9%-
XYZ41.2648.0148.69-
YUV180.43126.06114.14-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.43%
GREEN value IS 191 (75% from 255) = 36.11%
BLUE value IS 177 (69.53% from 255) = 33.46%
R=30.43%
G=36.11%
B=33.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611911770.1600.070.2515218.9969.02
HexA1BFB1100719981345
Octal24127726120073123023105
Binary1010000110111111101100011000001111100110011000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BFB1; }

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

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

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

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

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

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

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

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