#A0BEB1

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

Shades of Skeptic #A0BEB1

Tints of Skeptic #A0BEB1

Color information

#A0BEB1 (or 0xA0BEB1) is unknown color: approx Skeptic. HEX triplet: A0, BE and B1. RGB value is (160,190,177). Sum of RGB (Red+Green+Blue) = 160+190+177=527 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.36% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 177 (69.53% from 255 or 33.59% from 527); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEB1 is #5F414E. Grayscale: #B3B3B3. Windows color (decimal): -6242639 or 11648672. OLE color: 11648672.

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

Color convert

RGB160190177-
CMYK0.1600.070.25
HSL154º18.75%68.63%-
HSV(B)154º15.79%74.51%-
XYZ40.8547.4748.61-
YUV179.55126.56114.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.36%
GREEN value IS 190 (74.61% from 255) = 36.05%
BLUE value IS 177 (69.53% from 255) = 33.59%
R=30.36%
G=36.05%
B=33.59%

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
Decimal1601901770.1600.070.2515418.7568.63
HexA0BEB11007199a1345
Octal24027626120073123223105
Binary1010000010111110101100011000001111100110011010100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BEB1; }

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

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

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

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

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

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

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

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