#A0BEAB

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

Shades of Skeptic #A0BEAB

Tints of Skeptic #A0BEAB

Color information

#A0BEAB (or 0xA0BEAB) is unknown color: approx Skeptic. HEX triplet: A0, BE and AB. RGB value is (160,190,171). Sum of RGB (Red+Green+Blue) = 160+190+171=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 171 (67.19% from 255 or 32.82% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEAB is #5F4154. Grayscale: #B2B2B2. Windows color (decimal): -6242645 or 11255456. OLE color: 11255456.

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

Color convert

RGB160190171-
CMYK0.1600.100.25
HSL142º18.75%68.63%-
HSV(B)142º15.79%74.51%-
XYZ40.2647.2445.52-
YUV178.86123.56114.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.71%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 171 (67.19% from 255) = 32.82%
R=30.71%
G=36.47%
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
Decimal1601901710.1600.100.2514218.7568.63
HexA0BEAB100A198e1345
Octal240276253200123121623105
Binary10100000101111101010101110000010101100110001110100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEAB; }

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

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

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

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

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

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

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

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