#A1BEAC

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

Shades of Skeptic #A1BEAC

Tints of Skeptic #A1BEAC

Color information

#A1BEAC (or 0xA1BEAC) is unknown color: approx Skeptic. HEX triplet: A1, BE and AC. RGB value is (161,190,172). Sum of RGB (Red+Green+Blue) = 161+190+172=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #A1BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1BEAC is #5E4153. Grayscale: #B3B3B3. Windows color (decimal): -6177108 or 11320993. OLE color: 11320993.

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

Color convert

RGB161190172-
CMYK0.1500.090.25
HSL142.76º18.24%68.82%-
HSV(B)142.76º15.26%74.51%-
XYZ40.5647.3846.04-
YUV179.28123.89114.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.78%
GREEN value IS 190 (74.61% from 255) = 36.33%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=30.78%
G=36.33%
B=32.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1611901720.1500.090.25142.7618.2468.82
HexA1BEACF09198f1245
Octal241276254170113121722105
Binary1010000110111110101011001111010011100110001111100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1BEAC; }

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

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

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

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

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

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

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

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