#A1BCAC

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

Shades of Skeptic #A1BCAC

Tints of Skeptic #A1BCAC

Color information

#A1BCAC (or 0xA1BCAC) is unknown color: approx Skeptic. HEX triplet: A1, BC and AC. RGB value is (161,188,172). Sum of RGB (Red+Green+Blue) = 161+188+172=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #A1BCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BCAC is #5E4353. Grayscale: #B2B2B2. Windows color (decimal): -6177620 or 11320481. OLE color: 11320481.

HSL color Cylindrical-coordinate representation of color #A1BCAC: hue angle of 144.44º degrees, saturation: 0.17, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A1BCAC is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB161188172-
CMYK0.1400.090.26
HSL144.44º16.77%68.43%-
HSV(B)144.44º14.36%73.73%-
XYZ40.1346.5245.89-
YUV178.1124.55115.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 188 (73.83% from 255) = 36.08%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=30.90%
G=36.08%
B=33.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1611881720.1400.090.26144.4416.7768.43
HexA1BCACE091A901144
Octal241274254160113222021104
Binary1010000110111100101011001110010011101010010000100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BCAC; }

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

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

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

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

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

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

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

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