#A0BEAC

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

Shades of Skeptic #A0BEAC

Tints of Skeptic #A0BEAC

Color information

#A0BEAC (or 0xA0BEAC) is unknown color: approx Skeptic. HEX triplet: A0, BE and AC. RGB value is (160,190,172). Sum of RGB (Red+Green+Blue) = 160+190+172=522 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.65% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEAC is #5F4153. Grayscale: #B3B3B3. Windows color (decimal): -6242644 or 11320992. OLE color: 11320992.

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

Color convert

RGB160190172-
CMYK0.1600.090.25
HSL144º18.75%68.63%-
HSV(B)144º15.79%74.51%-
XYZ40.3647.2846.03-
YUV178.98124.06114.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.65%
GREEN value IS 190 (74.61% from 255) = 36.40%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=30.65%
G=36.40%
B=32.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1601901720.1600.090.2514418.7568.63
HexA0BEAC100919901345
Octal240276254200113122023105
Binary10100000101111101010110010000010011100110010000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEAC; }

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

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

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

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

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

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

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

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